MountPoint.GetMountedFolderInfo method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Shared Function GetMountedFolderInfo ( _
context As ClientRuntimeContext, _
targetSiteId As Guid, _
targetWebId As Guid, _
targetUniqueId As Guid _
) As MountedFolderInfo
'Usage
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
)
Parameters
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
- targetSiteId
Type: System.Guid
- targetWebId
Type: System.Guid
- targetUniqueId
Type: System.Guid
Return value
Type: Microsoft.SharePoint.Client.MountedFolderInfo