Search Results for

    Show / Hide Table of Contents

    Enum InstallOperationStatus

    Represents the status of an installation operation.

    Namespace: Umbraco.Cms.Core.Services.OperationStatus
    Assembly: Umbraco.Core.dll
    Syntax
    public enum InstallOperationStatus

    Fields

    Name Description
    DatabaseConnectionFailed

    The database connection could not be established.

    InstallFailed

    The installation process failed.

    MissingConnectionString

    The database connection string is missing.

    MissingProviderName

    The database provider name is missing.

    Success

    The operation completed successfully.

    UnknownDatabaseProvider

    The specified database provider is unknown or not supported.

    Extension Methods

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