Search Results for

    Show / Hide Table of Contents

    Enum ContentTypeRebuildMode

    Controls how content type structural changes trigger cache rebuilds.

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

    Fields

    Name Description
    Deferred

    Defers the database cache rebuild to a background task with de-duplication, allowing the save operation to return faster. Content may be temporarily stale until the deferred rebuild completes.

    Immediate

    Rebuilds the database cache immediately during the save operation (default).

    Extension Methods

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