Enum TemplateOperationStatus
Represents the status of a template operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum TemplateOperationStatus
Fields
| Name | Description |
|---|---|
| CancelledByNotification | The operation was cancelled by a notification handler. |
| CircularLayoutTemplateReference | The operation failed because it would create a circular reference in the layout template hierarchy. |
| CircularMasterTemplateReference | The operation failed because it would create a circular reference in the layout template hierarchy. |
| ContentChangeNotAllowedInProductionMode | The operation failed because changing template content is not allowed in production mode. |
| DuplicateAlias | The operation failed because a template with the same alias already exists. |
| InvalidAlias | The operation failed because the template alias is invalid. |
| LayoutTemplateCannotBeDeleted | The operation failed because a layout template cannot be deleted while it has child templates. |
| LayoutTemplateNotFound | The operation failed because the layout template could not be found. |
| MasterTemplateCannotBeDeleted | The operation failed because a layout template cannot be deleted while it has child templates. |
| MasterTemplateNotFound | The operation failed because the layout template could not be found. |
| NotAllowedInProductionMode | The operation failed because it is not allowed in production mode. |
| Success | The operation completed successfully. |
| TemplateNotFound | The operation failed because the template could not be found. |