RemoteWeb.GetFolderByServerRelativeUrl 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 GetFolderByServerRelativeUrl ( _
serverRelativeUrl As String _
) As Folder
'Uso
Dim instance As RemoteWeb
Dim serverRelativeUrl As String
Dim returnValue As Folder
returnValue = instance.GetFolderByServerRelativeUrl(serverRelativeUrl)
public Folder GetFolderByServerRelativeUrl(
string serverRelativeUrl
)
Parâmetros
- serverRelativeUrl
Tipo: System.String
Valor retornado
Tipo: Microsoft.SharePoint.Client.Folder