Click or drag to resize
UIElementInfoProviderGetUIElements Method (String, String)

Note: This API is now obsolete.

Returns DataSet with specified UI elements.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use object query via GetUIElements() instead.")]
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