QuickLinkManager.Create 方法

创建一个通用的快速链接。

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

语法

声明
Public Function Create ( _
    strTitle As String, _
    strUrl As String, _
    groupType As QuickLinkGroupType, _
    strGroup As String, _
    privacyLevel As Privacy _
) As QuickLink
用法
Dim instance As QuickLinkManager
Dim strTitle As String
Dim strUrl As String
Dim groupType As QuickLinkGroupType
Dim strGroup As String
Dim privacyLevel As Privacy
Dim returnValue As QuickLink

returnValue = instance.Create(strTitle, _
    strUrl, groupType, strGroup, privacyLevel)
public QuickLink Create(
    string strTitle,
    string strUrl,
    QuickLinkGroupType groupType,
    string strGroup,
    Privacy privacyLevel
)

参数

返回值

类型:Microsoft.Office.Server.UserProfiles.QuickLink
Microsoft.SharePoint.Portal.UserProfiles.QuickLink。QuickLink对象,该对象表示的快速链接。

另请参阅

引用

QuickLinkManager 类

QuickLinkManager 成员

Microsoft.Office.Server.UserProfiles 命名空间