UserProfile.CreatePersonalSiteEnque method (Boolean)

Enqueues creating a personal site for the user, which can be used to share documents, sites, and other files.

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

Syntax

'Declaration
Public Sub CreatePersonalSiteEnque ( _
    isInteractive As Boolean _
)
'Usage
Dim instance As UserProfile
Dim isInteractive As Boolean

instance.CreatePersonalSiteEnque(isInteractive)
public void CreatePersonalSiteEnque(
    bool isInteractive
)

Parameters

  • isInteractive
    Type: System.Boolean

    true for an interactively (web) initiated, or false for a non-interactive (Office client) initiated request.

Remarks

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

CreatePersonalSiteEnque overload

Microsoft.SharePoint.Client.UserProfiles namespace