Web.GetFolderByServerRelativePath method

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

Syntax

'Declaration
Public Function GetFolderByServerRelativePath ( _
    serverRelativePath As ResourcePath _
) As Folder
'Usage
Dim instance As Web
Dim serverRelativePath As ResourcePath
Dim returnValue As Folder

returnValue = instance.GetFolderByServerRelativePath(serverRelativePath)
public Folder GetFolderByServerRelativePath(
    ResourcePath serverRelativePath
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.Folder

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace