Click or drag to resize
UIElementInfoProviderGetUIMenuElementsInternal Method (String, String)

Note: This API is now obsolete.

Returns DataSet with UI elements from selected 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.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Method was not intended for public use and will be removed in the next version.")]
protected virtual InfoDataSet<UIElementInfo> GetUIMenuElementsInternal(
	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