enum O2GPermissionStatus

Brief

The enum defines a set of constants representing the permission status.

Details

The permission status is used to specify permissions for the operations that are defined by the methods of the O2GPermissionChecker class.

The namespace is com.fxcore2.

Static Public Fields

PERMISSION_DISABLED

The constant represents the disabled permission status.

PERMISSION_ENABLED

The constant represents the enabled permission status.

PERMISSION_HIDDEN

The constant represents the hidden permission status.

back