UserProfile.CreatePersonalSiteEnque method

Enqueues creating a personal site for this user, which can be used to share documents, web pages, and other files.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.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

    Indicates whether this is an interactively (web) initiated or a non-interactive (Office client) initiated request.

See also

Reference

UserProfile class

UserProfile members

Microsoft.Office.Server.UserProfiles namespace