Back to Devexpress

RolesMergingMode Enum

expressappframework-devexpress-dot-expressapp-dot-security-571a9f8b.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Security

Declaration

csharp
public enum RolesMergingMode
vb
Public Enum RolesMergingMode

Members

NameDescription
GrantedInAnyRole

An allowed operation can be allowed in any role.

| | GrantedInAllRoles |

An allowed operation should be allowed in all roles.

|

The following properties accept/return RolesMergingMode values:

Remarks

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

See Also

DevExpress.ExpressApp.Security Namespace