Skip to main content
A newer version of this page is available. .

RolesMergingMode Enum

Contains values specifying how the Security System determines if a user can perform a specific operation when this user has multiple roles with different permission sets.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v19.1.dll

Declaration

public enum RolesMergingMode

Members

Name Description
GrantedInAnyRole

An allowed operation can be allowed in any role.

GrantedInAllRoles

An allowed operation should be allowed in all roles.

Related API Members

The following properties accept/return RolesMergingMode values:

Remarks

The RolesMergingMode enumeration values are assigned to the SecurityStrategy.RolesMergingMode property.

See Also