FileCollection.GetByUrl method
Get the file at the specified URL.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetByUrl ( _
url As String _
) As File
'Usage
Dim instance As FileCollection
Dim url As String
Dim returnValue As File
returnValue = instance.GetByUrl(url)
public File GetByUrl(
string url
)
Parameters
url
Type: System.StringThe server-relative URL for the file.
Return value
Type: Microsoft.SharePoint.Client.File