Search Results for

    Show / Hide Table of Contents

    Enum LanguageOperationStatus

    Represents the status of a language operation.

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

    Fields

    Name Description
    CancelledByNotification

    The operation was cancelled by a notification handler.

    DuplicateIsoCode

    A language with the same ISO code already exists.

    InvalidFallback

    The fallback language configuration is invalid.

    InvalidFallbackIsoCode

    The fallback language ISO code is invalid or not recognized.

    InvalidId

    The language ID is invalid.

    InvalidIsoCode

    The ISO code is invalid or not recognized.

    MissingDefault

    The default language is missing and cannot be removed.

    NotFound

    The specified language was not found.

    Success

    The operation completed successfully.

    Extension Methods

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