Search Results for

    Show / Hide Table of Contents

    Enum OutOfDateType

    Defines the status of whether something is up to date.

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public enum OutOfDateType

    Fields

    Name Description
    Current

    Indicates the item is current and up to date.

    OutOfDate

    Indicates the item is out of date and needs updating.

    Unknown

    Indicates the status could not be determined.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<OutOfDateType, TProperty>(OutOfDateType, Expression<Func<OutOfDateType, TProperty>>)
    DictionaryExtensions.MergeLeft<OutOfDateType, TK, TV>(OutOfDateType, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<OutOfDateType, TK, TV>(OutOfDateType, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<OutOfDateType>(OutOfDateType)
    ObjectExtensions.AsEnumerableOfOne<OutOfDateType>(OutOfDateType)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX