Click or drag to resize
UIElementInfoProviderGetChildUIElements Method (Int32)
Returns DataSet with child elements of the specified parent element.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<UIElementInfo> GetChildUIElements(
	int parentElementId
)

Parameters

parentElementId
Type: SystemInt32
ID of the parent UIElement

Return Value

Type: InfoDataSetUIElementInfo
See Also