Search Results for

    Show / Hide Table of Contents

    Enum IndexRebuildResult

    Represents the status of an index rebuild trigger.

    Namespace: Umbraco.Cms.Infrastructure.Models
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public enum IndexRebuildResult

    Fields

    Name Description
    AlreadyRebuilding

    The index is already being rebuilt.

    NotAllowedToRun

    The index rebuild was not scheduled because it's not allowed to run at this time.

    Success

    The rebuild was either successful or enqueued successfully.

    Unknown

    The index rebuild was not scheduled due to an unknown error.

    Extension Methods

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