共用方式為


UserProfile.CreatePersonalSiteFromWorkItem 方法

命名空間:  Microsoft.SharePoint.Client.UserProfiles
組件:   Microsoft.SharePoint.Client.UserProfiles.Silverlight (在 Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll 中);  Microsoft.SharePoint.Client.UserProfiles.Phone (在 Microsoft.SharePoint.Client.UserProfiles.Phone.dll 中)  Microsoft.SharePoint.Client.UserProfiles (在 Microsoft.SharePoint.Client.UserProfiles.dll 中)

語法

'宣告
Public Function CreatePersonalSiteFromWorkItem ( _
    workItemType As Guid _
) As ClientResult(Of Integer)
'用途
Dim instance As UserProfile
Dim workItemType As Guid
Dim returnValue As ClientResult(Of Integer)

returnValue = instance.CreatePersonalSiteFromWorkItem(workItemType)
public ClientResult<int> CreatePersonalSiteFromWorkItem(
    Guid workItemType
)

參數

傳回值

類型:Microsoft.SharePoint.Client.ClientResult<Int32>

請參閱

參照

UserProfile 類別

UserProfile 成員

Microsoft.SharePoint.Client.UserProfiles 命名空間