TreeNavigatorComponentGetHref Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Returns an URL encoded hyperlink reference (link) to the document to navigate to. Query string values are preserved.

Namespace: ContentStudio.Site.ActiveScripting.Menu
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected string GetHref(
	int documentId
)

Parameters

documentId
Type: SystemInt32
The ID of the document to navigate to

Return Value

Type: String
Returns an URL encoded hyperlink reference (link) to the document to navigate to. Query string values are preserved.
See Also

Reference