Click or drag to resize
UIElementInfoProviderGetFirstChildElement Method

Note: This API is now obsolete.

Get first child of UI element

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Method was not intended for public use and will be removed in the next version.")]
public static UIElementInfo GetFirstChildElement(
	int elementID
)

Parameters

elementID
Type: SystemInt32
Element ID

Return Value

Type: UIElementInfo
See Also