Search Results for

    Show / Hide Table of Contents

    Enum StatusResultType

    Specifies the result type of a health check status.

    Namespace: Umbraco.Cms.Core.HealthChecks
    Assembly: Umbraco.Core.dll
    Syntax
    public enum StatusResultType

    Fields

    Name Description
    Error

    The health check completed with an error condition.

    Info

    The health check completed with informational status.

    Success

    The health check completed successfully without any issues.

    Warning

    The health check completed with a warning condition.

    Extension Methods

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