Click or drag to resize
DocumentUIHelperGetUIElementDisplayName Method
Returns display name of UI element. Handles display name exceptions for content only pages.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public static string GetUIElementDisplayName(
	UIElementInfo element,
	TreeNode node
)

Parameters

element
Type: CMS.ModulesUIElementInfo
UI element for which alternative display name should be found
node
Type: CMS.DocumentEngineTreeNode
Node displayed in UI

Return Value

Type: String
See Also