Click or drag to resize
RolePermissionInfoProviderGetRolePermissions Method (String, String)
Returns the RolePermissionInfo structure for the specified rolePermission.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<RolePermissionInfo> GetRolePermissions(
	string where,
	string orderBy
)

Parameters

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

Return Value

Type: InfoDataSetRolePermissionInfo
See Also