del método MountPoint.GetMountedFolderInfo
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 Shared Function GetMountedFolderInfo ( _
context As ClientRuntimeContext, _
targetSiteId As Guid, _
targetWebId As Guid, _
targetUniqueId As Guid _
) As MountedFolderInfo
'Uso
Dim context As ClientRuntimeContext
Dim targetSiteId As Guid
Dim targetWebId As Guid
Dim targetUniqueId As Guid
Dim returnValue As MountedFolderInfo
returnValue = MountPoint.GetMountedFolderInfo(context, _
targetSiteId, targetWebId, targetUniqueId)
public static MountedFolderInfo GetMountedFolderInfo(
ClientRuntimeContext context,
Guid targetSiteId,
Guid targetWebId,
Guid targetUniqueId
)
Parámetros
- context
Tipo: Microsoft.SharePoint.Client.ClientRuntimeContext
- targetSiteId
Tipo: System.Guid
- targetWebId
Tipo: System.Guid
- targetUniqueId
Tipo: System.Guid
Valor devuelto
Tipo: Microsoft.SharePoint.Client.MountedFolderInfo