| UIElementInfoProviderGetChildUIElementsInternal Method (Int32, String) | 
            Returns DataSet with child elements of the specified parent element.
            
 
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 10.0.0
 Syntax
Syntaxprotected virtual ObjectQuery<UIElementInfo> GetChildUIElementsInternal(
	int parentElementId,
	string columns
)
Parameters
- parentElementId
- Type: SystemInt32
 ID of the parent UIElement
- columns
- Type: SystemString
 Data columns to return
Return Value
Type: 
ObjectQueryUIElementInfo See Also
See Also