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

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.v18.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