Search Results for

    Show / Hide Table of Contents

    Enum ContentCollectionOperationStatus

    Represents the status of a content collection operation.

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

    Fields

    Name Description
    CollectionNotFound

    The specified collection was not found.

    ContentNotCollection

    The content item is not configured as a collection.

    ContentNotFound

    The specified content item was not found.

    ContentTypeNotFound

    The specified content type was not found.

    DataTypeNotCollection

    The data type is not configured for collection use.

    DataTypeNotContentProperty

    The data type is not a content property.

    DataTypeNotFound

    The specified data type was not found.

    DataTypeWithoutContentType

    The data type does not have an associated content type.

    MissingPropertiesInCollectionConfiguration

    Required properties are missing from the collection configuration.

    OrderByNotPartOfCollectionConfiguration

    The specified order by field is not part of the collection configuration.

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