Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>