FolderCollection.GetByUrl method

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function GetByUrl ( _
    url As String _
) As Folder
'Usage
Dim instance As FolderCollection
Dim url As String
Dim returnValue As Folder

returnValue = instance.GetByUrl(url)
public Folder GetByUrl(
    string url
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.Folder

See also

Reference

FolderCollection class

FolderCollection members

Microsoft.SharePoint.Client namespace