Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConfigurationServiceResult

    Represents the result of a configuration service operation.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.HealthChecks
    Assembly: Umbraco.Core.dll
    Syntax
    public class ConfigurationServiceResult

    Constructors

    View Source

    ConfigurationServiceResult()

    Declaration
    public ConfigurationServiceResult()

    Properties

    View Source

    Result

    Gets or sets the result message or value from the configuration operation.

    Declaration
    public string? Result { get; set; }
    Property Value
    Type Description
    string
    View Source

    Success

    Gets or sets a value indicating whether the configuration operation was successful.

    Declaration
    public bool Success { get; set; }
    Property Value
    Type Description
    bool
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX