UserProfile.CreatePersonalSiteSyncFromWorkItem method

Namespace:  Microsoft.SharePoint.Client.UserProfiles
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Shared Function CreatePersonalSiteSyncFromWorkItem ( _
    context As ClientRuntimeContext, _
    workItemType As Guid _
) As ClientResult(Of Integer)
'Usage
Dim context As ClientRuntimeContext
Dim workItemType As Guid
Dim returnValue As ClientResult(Of Integer)

returnValue = UserProfile.CreatePersonalSiteSyncFromWorkItem(context, _
    workItemType)
public static ClientResult<int> CreatePersonalSiteSyncFromWorkItem(
    ClientRuntimeContext context,
    Guid workItemType
)

Parameters

Return value

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

See also

Reference

UserProfile class

UserProfile members

Microsoft.SharePoint.Client.UserProfiles namespace