Click or drag to resize
RoleUIElementInfoProviderGetRoleUIElementsInternal Method (String, String)
Gets all the role UI elements data.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
protected virtual InfoDataSet<RoleUIElementInfo> GetRoleUIElementsInternal(
	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