Click or drag to resize
UIElementInfoProviderGetChildUIElement Method
Returns dataset with child elements filtered by additional condition

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
public static UIElementInfo GetChildUIElement(
	int parentElementID,
	string additionalWhere
)

Parameters

parentElementID
Type: SystemInt32
Parent element ID
additionalWhere
Type: SystemString
Additional where condition

Return Value

Type: UIElementInfo
See Also