MountPoint.GetMountedFolderInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public static Microsoft.SharePoint.Client.MountedFolderInfo GetMountedFolderInfo (Microsoft.SharePoint.Client.ClientRuntimeContext context, Guid targetSiteId, Guid targetWebId, Guid targetUniqueId);
static member GetMountedFolderInfo : Microsoft.SharePoint.Client.ClientRuntimeContext * Guid * Guid * Guid -> Microsoft.SharePoint.Client.MountedFolderInfo
Public Shared Function GetMountedFolderInfo (context As ClientRuntimeContext, targetSiteId As Guid, targetWebId As Guid, targetUniqueId As Guid) As MountedFolderInfo
Parameters
- context
- ClientRuntimeContext
- targetSiteId
- Guid
- targetWebId
- Guid
- targetUniqueId
- Guid
Returns
- Attributes