Click or drag to resize
UIElementInfoProviderGetUIElements Method (String, String)
Returns DataSet with specified UI elements.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<UIElementInfo> GetUIElements(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
Where condition to filter data
orderBy
Type: SystemString
Order by statement

Return Value

Type: InfoDataSetUIElementInfo
See Also