| UIElementInfoProviderGetChildUIElements Method (String, String) | 
            Returns DataSet with child elements of the specified element ordered by ElementOrder. 
            Only elements with not empty ElementCaption will be returned because it says that such elements represent menu items.
            
 
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 10.0.0
 Syntax
Syntaxpublic static InfoDataSet<UIElementInfo> GetChildUIElements(
	string resourceName,
	string elementName
)
Parameters
- resourceName
- Type: SystemString
 Name of the resource (module)
- elementName
- Type: SystemString
 CodeName of the UIElement
Return Value
Type: 
InfoDataSetUIElementInfo See Also
See Also