UIElementInfoProviderGetUIMenuElements Method (String) |
Returns DataSet with UI elements from second level to fill UI menu and panel.
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 public static InfoDataSet<UIElementInfo> GetUIMenuElements(
string resourceName
)
Parameters
- resourceName
- Type: SystemString
Name of the resource (module)
Return Value
Type:
InfoDataSetUIElementInfoSee Also