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

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
protected virtual UIElementInfo GetUIElementInfoInternal(
	int elementId
)

Parameters

elementId
Type: SystemInt32
ID of the UIElement to retrieve

Return Value

Type: UIElementInfo
See Also