Click or drag to resize
UIElementInfoProviderGetUIElementInfo Method (Int32)
Returns the UIElement info object.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
public static UIElementInfo GetUIElementInfo(
	int elementId
)

Parameters

elementId
Type: SystemInt32
ID of the UIElement to retrieve

Return Value

Type: UIElementInfo
See Also