Share via


QuickLinkManager.Create method

Creates a generic quick link.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Function Create ( _
    strTitle As String, _
    strUrl As String, _
    groupType As QuickLinkGroupType, _
    strGroup As String, _
    privacyLevel As Privacy _
) As QuickLink
'Usage
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
)

Parameters

  • strGroup
    Type: System.String

    The name of group for the quick link.

Return value

Type: Microsoft.Office.Server.UserProfiles.QuickLink
Microsoft.SharePoint.Portal.UserProfiles.QuickLink. The QuickLink object that represents a quick link.

See also

Reference

QuickLinkManager class

QuickLinkManager members

Microsoft.Office.Server.UserProfiles namespace