Click or drag to resize
UIElementInfoProviderGetRootChildUIElements Method
Returns child UIElements for the specified module.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<UIElementInfo> GetRootChildUIElements(
	string resourceName
)

Parameters

resourceName
Type: SystemString
Name of the module

Return Value

Type: InfoDataSetUIElementInfo
See Also