| UIElementInfoProviderGetChildUIElements Method (Int32) | 
            Returns DataSet with child elements of the specified parent element.
            
 
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 10.0.0
 Syntax
Syntaxpublic static ObjectQuery<UIElementInfo> GetChildUIElements(
	int parentElementId
)
Parameters
- parentElementId
- Type: SystemInt32
 ID of the parent UIElement
Return Value
Type: 
ObjectQueryUIElementInfo See Also
See Also