UserProfile.CreatePersonalSite method

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Sub CreatePersonalSite
'Usage
Dim instance As UserProfile

instance.CreatePersonalSite()
public void CreatePersonalSite()

Remarks

You can use the CreatePersonalSiteEnque method to create a personal site for the current user. For SharePoint Online development, My Site Host administrators can also use the ProfileLoader.CreatePersonalSiteEnqueueBulk method to create personal sites for one or more users.

See also

Reference

UserProfile class

UserProfile members

CreatePersonalSite overload

Microsoft.SharePoint.Client.UserProfiles namespace