Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API element is only supported by SharePoint Online.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetFileById ( _
uniqueId As Guid _
) As File
'Usage
Dim instance As Web
Dim uniqueId As Guid
Dim returnValue As File
returnValue = instance.GetFileById(uniqueId)
public File GetFileById(
Guid uniqueId
)
Parameters
- uniqueId
Type: System.Guid
Return value
Type: Microsoft.SharePoint.Client.File