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
- lcid
Type: System.Int32
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.