Compartir a través de


del método RemoteWeb.GetListByServerRelativeUrl

Espacio de nombres:  Microsoft.SharePoint.Client
Ensamblados:   Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)

Sintaxis

'Declaración
Public Function GetListByServerRelativeUrl ( _
    serverRelativeUrl As String _
) As List
'Uso
Dim instance As RemoteWeb
Dim serverRelativeUrl As String
Dim returnValue As List

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

Parámetros

Valor devuelto

Tipo: Microsoft.SharePoint.Client.List

Vea también

Referencia

clase RemoteWeb

Miembros RemoteWeb

Espacio de nombres Microsoft.SharePoint.Client