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
- path
Type: Microsoft.SharePoint.Client.ResourcePath
Return value
Type: Microsoft.SharePoint.Client.Folder