MountPoint.CreateMountPoint 方法
命名空間: 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 Sub CreateMountPoint ( _
context As ClientRuntimeContext, _
folder As Folder, _
name As String, _
targetSiteId As Guid, _
targetWebId As Guid, _
targetUniqueId As Guid _
)
'用途
Dim context As ClientRuntimeContext
Dim folder As Folder
Dim name As String
Dim targetSiteId As Guid
Dim targetWebId As Guid
Dim targetUniqueId As GuidMountPoint.CreateMountPoint(context, folder, _
name, targetSiteId, targetWebId, _
targetUniqueId)
public static void CreateMountPoint(
ClientRuntimeContext context,
Folder folder,
string name,
Guid targetSiteId,
Guid targetWebId,
Guid targetUniqueId
)
參數
- folder
類型:Microsoft.SharePoint.Client.Folder
- name
類型:System.String
- targetSiteId
類型:System.Guid
- targetWebId
類型:System.Guid
- targetUniqueId
類型:System.Guid