A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://apidocs.umbraco.com/v15/csharp/api/Umbraco.Cms.Core.Models.Consent.html below:

View Source Class Consent

Represents a consent.

Inheritance

System.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.

Declaration
public string Action { get; set; }
Property Value Type Description System.String View Source

Gets some additional free text.

Declaration
public string Comment { get; set; }
Property Value Type Description System.String View Source Context

Gets the unique identifier of the context of the consent.

Declaration
public string Context { get; set; }
Property Value Type Description System.String View Source Current

Determines whether the consent entity represents the current state.

Declaration
public bool Current { get; set; }
Property Value Type Description System.Boolean View Source History

Gets the previous states of this consent.

Declaration
public IEnumerable<IConsent>? History { get; }
Property Value Type Description System.Nullable<IEnumerable<IConsent>> View Source HistoryInternal

Gets the previous states of this consent.

Declaration
public List<IConsent>? HistoryInternal { get; set; }
Property Value Type Description System.Nullable<List<IConsent>> View Source Source

Gets the unique identifier of whoever is consenting.

Declaration
public string Source { get; set; }
Property Value Type Description System.String View Source State

Gets the state of the consent.

Declaration
public 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