Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

ObjectAccessCompareMode Enum

Contains values specifying how permissions to access aggregated objects are checked when using the Complex Security strategy.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public enum ObjectAccessCompareMode

Members

Name Description
Strict

Specifies that when a user tries to access an aggregated object, the user’s permissions to access this aggregated object are checked.

ConsiderOwnerPermissions

Specifies that when a user tries to access an aggregated object, the user’s permissions to access the aggregated and the owner object are checked.

See Also