Freigeben über


RemoteWeb.GetListByServerRelativeUrl-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 GetListByServerRelativeUrl ( _
    serverRelativeUrl As String _
) As List
'Usage
Dim instance As RemoteWeb
Dim serverRelativeUrl As String
Dim returnValue As List

returnValue = instance.GetListByServerRelativeUrl(serverRelativeUrl)
public List GetListByServerRelativeUrl(
    string serverRelativeUrl
)

Parameter

Rückgabewert

Typ: Microsoft.SharePoint.Client.List

Siehe auch

Referenz

RemoteWeb Klasse

RemoteWeb-Member

Microsoft.SharePoint.Client-Namespace