Enum ConsentState
Represents the state of a consent.
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
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. |