Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Core 3.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.v19.2.dll

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