RemoteWeb.GetListByServerRelativeUrl método
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
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
- serverRelativeUrl
Tipo: System.String
Valor retornado
Tipo: Microsoft.SharePoint.Client.List