del método FolderCollection.GetByUrl
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 GetByUrl ( _
url As String _
) As Folder
'Uso
Dim instance As FolderCollection
Dim url As String
Dim returnValue As Folder
returnValue = instance.GetByUrl(url)
public Folder GetByUrl(
string url
)
Parámetros
- url
Tipo: System.String
Valor devuelto
Tipo: Microsoft.SharePoint.Client.Folder