| UIElementInfoProviderGetResourceUIElements Method | 
            Returns DataSet with child elements of the specified resource element.
            Only first level will be returned.
            
 
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 10.0.0
 Syntax
Syntaxpublic static InfoDataSet<UIElementInfo> GetResourceUIElements(
	int resourceId
)
Parameters
- resourceId
- Type: SystemInt32
 ID of the resource
Return Value
Type: 
InfoDataSetUIElementInfo See Also
See Also