Enum ConsentState
Represents the state of a consent.
Namespace: Umbraco.Core.Models
Assembly: Umbraco.Core.dll
Syntax
[Flags]
public enum ConsentState
Fields
Name | Description |
---|---|
Granted | Consent has been granted. |
None | There is no consent. |
Pending | Consent is pending and has not been granted yet. |
Revoked | Consent has been revoked. |