Partager via


MountPoint.GetMountedFolderInfo - Méthode

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Shared Function GetMountedFolderInfo ( _
    context As ClientRuntimeContext, _
    targetSiteId As Guid, _
    targetWebId As Guid, _
    targetUniqueId As Guid _
) As MountedFolderInfo
'Utilisation
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
)

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.Client.MountedFolderInfo

Voir aussi

Référence

MountPoint classe

MountPoint - Membres

Microsoft.SharePoint.Client - Espace de noms