Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    DictionaryExtensions.MergeLeft<ConsentState, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<ConsentState, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<ConsentState>()
    EnumExtensions.HasFlagAny<ConsentState>(ConsentState)
    ObjectExtensions.AsEnumerableOfOne<ConsentState>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.SafeCast<T>()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<ConsentState, TProperty, TVal>(Expression<Func<ConsentState, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    ObjectExtensions.ToXmlString(Type)
    ObjectExtensions.ToXmlString<T>()
    ObjectExtensions.AsGuid()
    ExpressionHelper.GetPropertyInfo<ConsentState, TProperty>(Expression<Func<ConsentState, TProperty>>)
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX