Click or drag to resize
UIElementInfoProviderGetUIElementInfo Method (Int32)

Note: This API is now obsolete.

Returns the UIElement info object.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IUIElementInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - UIElementInfo.Provider.")]
public static UIElementInfo GetUIElementInfo(
	int elementId
)

Parameters

elementId
Type: SystemInt32
ID of the UIElement to retrieve

Return Value

Type: UIElementInfo
See Also