UserProfile.CreatePersonalSiteFromWorkItem method
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Function CreatePersonalSiteFromWorkItem ( _
workItemType As Guid _
) As ClientResult(Of Integer)
'Usage
Dim instance As UserProfile
Dim workItemType As Guid
Dim returnValue As ClientResult(Of Integer)
returnValue = instance.CreatePersonalSiteFromWorkItem(workItemType)
public ClientResult<int> CreatePersonalSiteFromWorkItem(
Guid workItemType
)
Parameters
- workItemType
Type: System.Guid
Return value
Type: Microsoft.SharePoint.Client.ClientResult<Int32>