Search Results for

    Show / Hide Table of Contents

    Enum ContentTypeImportOperationStatus

    Represents the status of a content type import operation.

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

    Fields

    Name Description
    DocumentTypeExists

    A document type with the same alias already exists.

    IdMismatch

    The ID in the import file does not match the target content type ID.

    SuccessCreated

    The import operation completed successfully and created a new content type.

    SuccessUpdated

    The import operation completed successfully and updated an existing content type.

    TemporaryFileConversionFailure

    The temporary file could not be converted to the expected format.

    TemporaryFileNotFound

    The temporary file for import was not found.

    TypeMismatch

    The type in the import file does not match the expected content type.

    Extension Methods

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