Represents a consent.
InheritanceSystem.Object
Namespace: Umbraco.Cms.Core.Models Assembly: Umbraco.Core.dll Syntax[DataContract(IsReference = true)]
public class Consent : EntityBase, IConsent, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty
Properties View Source Action
Gets the unique identifier of the consented action.
Declarationpublic string Action { get; set; }
Property Value Type Description System.String View Source
Gets some additional free text.
Declarationpublic string Comment { get; set; }
Property Value Type Description System.String View Source Context
Gets the unique identifier of the context of the consent.
Declarationpublic string Context { get; set; }
Property Value Type Description System.String View Source Current
Determines whether the consent entity represents the current state.
Declarationpublic bool Current { get; set; }
Property Value Type Description System.Boolean View Source History
Gets the previous states of this consent.
Declarationpublic IEnumerable<IConsent>? History { get; }
Property Value Type Description System.Nullable<IEnumerable<IConsent>> View Source HistoryInternal
Gets the previous states of this consent.
Declarationpublic List<IConsent>? HistoryInternal { get; set; }
Property Value Type Description System.Nullable<List<IConsent>> View Source Source
Gets the unique identifier of whoever is consenting.
Declarationpublic string Source { get; set; }
Property Value Type Description System.String View Source State
Gets the state of the consent.
Declarationpublic ConsentState State { get; set; }
Property Value
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4