Freigeben über


RemoteWeb.GetFolderByServerRelativeUrl-Methode

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function GetFolderByServerRelativeUrl ( _
    serverRelativeUrl As String _
) As Folder
'Usage
Dim instance As RemoteWeb
Dim serverRelativeUrl As String
Dim returnValue As Folder

returnValue = instance.GetFolderByServerRelativeUrl(serverRelativeUrl)
public Folder GetFolderByServerRelativeUrl(
    string serverRelativeUrl
)

Parameter

Rückgabewert

Typ: Microsoft.SharePoint.Client.Folder

Siehe auch

Referenz

RemoteWeb Klasse

RemoteWeb-Member

Microsoft.SharePoint.Client-Namespace