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. |