Click or drag to resize
CMSUIPageCreateHierarchyURL Method
Create hierarchy URL for bookmark page

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public string CreateHierarchyURL(
	UIElementInfo elem,
	int hierarchyLevel
)

Parameters

elem
Type: CMS.ModulesUIElementInfo
Source element
hierarchyLevel
Type: SystemInt32
Count of menu levels (-1 for all)

Return Value

Type: String
See Also