UIElementInfoProvider.GetRootChildUIElements Method |
Returns child UIElements for the specified module.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 11.0.0
Syntaxpublic static InfoDataSet<UIElementInfo> GetRootChildUIElements(
string resourceName
)
Parameters
- resourceName
- Type: System.String
Name of the module
Return Value
Type:
InfoDataSet<UIElementInfo>
See Also