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