Search Results for

    Show / Hide Table of Contents

    Enum MemberTypeImportOperationStatus

    Represents the status of a member type import operation.

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

    Fields

    Name Description
    IdMismatch

    The identifier in the import data does not match the expected identifier.

    MemberTypeExists

    A member type with the same identifier already exists.

    SuccessCreated

    The member type was successfully created from the import.

    SuccessUpdated

    The member type was successfully updated from the import.

    TemporaryFileConversionFailure

    The temporary file could not be converted to a valid import format.

    TemporaryFileNotFound

    The temporary file containing the import data was not found.

    TypeMismatch

    The import data contains a type that does not match the expected member type.

    Extension Methods

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