Share via


FolderCollection.GetByPath method

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

Syntax

'Declaration
Public Function GetByPath ( _
    path As ResourcePath _
) As Folder
'Usage
Dim instance As FolderCollection
Dim path As ResourcePath
Dim returnValue As Folder

returnValue = instance.GetByPath(path)
public Folder GetByPath(
    ResourcePath path
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.Folder

See also

Reference

FolderCollection class

FolderCollection members

Microsoft.SharePoint.Client namespace