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