Search Results for

    Show / Hide Table of Contents

    Enum DataTypeOperationStatus

    Represents the status of a data type operation.

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

    Fields

    Name Description
    CancelledByNotification

    The operation was cancelled by a notification handler.

    DuplicateKey

    A data type with the same key already exists.

    InvalidConfiguration

    The data type configuration is invalid.

    InvalidId

    The data type ID is invalid.

    InvalidName

    The data type name is invalid or empty.

    NonDeletable

    The data type cannot be deleted because it is a system data type or is in use.

    NotFound

    The specified data type was not found.

    ParentNotContainer

    The specified parent is not a valid container.

    ParentNotFound

    The specified parent container was not found.

    PropertyEditorNotFound

    The specified property editor 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<DataTypeOperationStatus, TProperty>(DataTypeOperationStatus, Expression<Func<DataTypeOperationStatus, TProperty>>)
    DictionaryExtensions.MergeLeft<DataTypeOperationStatus, TK, TV>(DataTypeOperationStatus, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<DataTypeOperationStatus, TK, TV>(DataTypeOperationStatus, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<DataTypeOperationStatus>(DataTypeOperationStatus)
    ObjectExtensions.AsEnumerableOfOne<DataTypeOperationStatus>(DataTypeOperationStatus)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX