MountPoint.GetMountedFolderInfo 方法
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Shared Function GetMountedFolderInfo ( _
context As ClientRuntimeContext, _
targetSiteId As Guid, _
targetWebId As Guid, _
targetUniqueId As Guid _
) As MountedFolderInfo
'用途
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
)
參數
- targetSiteId
類型:System.Guid
- targetWebId
類型:System.Guid
- targetUniqueId
類型:System.Guid
傳回值
類型:Microsoft.SharePoint.Client.MountedFolderInfo