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

Return value

Type: Microsoft.SharePoint.Client.File

See also

Reference

FileCollection class

FileCollection members

Microsoft.SharePoint.Client namespace