| UIElementInfoProviderGetChildUIElementInternal Method | 
            Returns dataset with child elements filtered by additional condition
            
 
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 10.0.0
 Syntax
Syntaxprotected 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
See Also