Share via


QuickLinkCreator.Initialize method

Registers the necessary hidden fields and JavaScript on the page to support creating quick links.

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

Syntax

'Declaration
Public Shared Sub Initialize ( _
    page As Page _
)
'Usage
Dim page As PageQuickLinkCreator.Initialize(page)
public static void Initialize(
    Page page
)

Parameters

Remarks

This static method registers the HTML hidden fields that contain the information of the quick link, such as title and URL, and the JavaScript functions that are used to create quick links. The key of the JavaScript block is "__QuickLinksScript__".

See also

Reference

QuickLinkCreator class

QuickLinkCreator members

Microsoft.Office.Server.WebControls namespace