Click or drag to resize
UIElementInfoProviderGetUIMenuElements Method (String, String)
Returns DataSet with UI elements 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.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<UIElementInfo> GetUIMenuElements(
	string resourceName,
	string elementName
)

Parameters

resourceName
Type: SystemString
Name of the resource (module)
elementName
Type: SystemString
Name of the element

Return Value

Type: InfoDataSetUIElementInfo
See Also