Click or drag to resize
AuthorizationResultEnum Enumeration
Enumeration of the user authorization result.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public enum AuthorizationResultEnum
Members
  Member nameValueDescription
Allowed0 Allowed.
Denied1 Denied.
Insignificant2 Insignificant, does not influence other authorization results.
See Also