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

Note: This API is now obsolete.

Returns the RoleUIElementInfo structure for the specified role UI element.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use method GetRoleUIElements() instead")]
public static InfoDataSet<RoleUIElementInfo> GetRoleUIElements(
	string where,
	string orderBy
)

Parameters

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

Return Value

Type: InfoDataSetRoleUIElementInfo
See Also