Enum ApiMediaQueryOperationStatus
Represents the status of an API media query operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum ApiMediaQueryOperationStatus
Fields
| Name | Description |
|---|---|
| FilterOptionNotFound | The specified filter option was not found. |
| SelectorOptionNotFound | The specified selector option was not found. |
| SortOptionNotFound | The specified sort option was not found. |
| Success | The operation completed successfully. |