Enum PropertyEditorSchemaOperationStatus
Represents the status of a property editor schema operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum PropertyEditorSchemaOperationStatus
Fields
| Name | Description |
|---|---|
| DataTypeNotFound | The specified data type was not found. |
| SchemaNotSupported | The property editor does not support schema information (does not implement IValueSchemaProvider). |
| Success | The operation completed successfully. |