Click or drag to resize
UIElementInfoProviderGetChildUIElement Method

Note: This API is now obsolete.

Returns dataset with child elements filtered by additional condition

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 GetChildUIElement(
	int parentElementID,
	string additionalWhere
)

Parameters

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

Return Value

Type: UIElementInfo
See Also