UserProfile.CreatePersonalSiteEnque 方法

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

命名空间:  Microsoft.Office.Server.UserProfiles
程序集:  Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)

语法

声明
Public Sub CreatePersonalSiteEnque ( _
    isInteractive As Boolean _
)
用法
Dim instance As UserProfile
Dim isInteractive As Boolean

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

参数

  • isInteractive
    类型:System.Boolean

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

另请参阅

引用

UserProfile 类

UserProfile 成员

Microsoft.Office.Server.UserProfiles 命名空间