Click or drag to resize
UIElementInfoProviderGetResourceUIElementsInternal Method

Note: This API is now obsolete.

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: 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> GetResourceUIElementsInternal(
	int resourceId
)

Parameters

resourceId
Type: SystemInt32
ID of the resource

Return Value

Type: InfoDataSetUIElementInfo
See Also