Click or drag to resize
RoleUIElementInfoProviderGetRoleUIElements Method (String, String)
Returns the RoleUIElementInfo structure for the specified role UI element.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
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