Click or drag to resize
UIElementInfoProviderGetRootUIElementInfoInternal Method (String)
Returns root UIElement for the specified module.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
protected virtual UIElementInfo GetRootUIElementInfoInternal(
	string resourceName
)

Parameters

resourceName
Type: SystemString
Name of the module

Return Value

Type: UIElementInfo
See Also