UserProfile.CreatePersonalSite method (Int32)

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 ( _
    lcid As Integer _
)
'Usage
Dim instance As UserProfile
Dim lcid As Integer

instance.CreatePersonalSite(lcid)
public void CreatePersonalSite(
    int lcid
)

Parameters

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