Click or drag to resize
UIElementInfoProviderGetResourceUIElements Method
Returns DataSet with child elements of the specified resource element. Only first level will be returned.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<UIElementInfo> GetResourceUIElements(
	int resourceId
)

Parameters

resourceId
Type: SystemInt32
ID of the resource

Return Value

Type: InfoDataSetUIElementInfo
See Also