Click or drag to resize
UIElementInfoProviderGetChildUIElementInternal 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#
protected virtual UIElementInfo GetChildUIElementInternal(
	int parentElementID,
	string additionalWhere
)

Parameters

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

Return Value

Type: UIElementInfo
See Also