Share via


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

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Int32>

See also

Reference

UserProfile class

UserProfile members

Microsoft.SharePoint.Client.UserProfiles namespace