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. |
| CircularMasterTemplateReference | The operation failed because it would create a circular reference in the master template hierarchy. |
| ContentChangeNotAllowedInProductionMode | |
| DuplicateAlias | The operation failed because a template with the same alias already exists. |
| InvalidAlias | The operation failed because the template alias is invalid. |
| MasterTemplateCannotBeDeleted | The operation failed because the master template cannot be deleted while it has child templates. |
| MasterTemplateNotFound | The operation failed because the master template could not be found. |
| NotAllowedInProductionMode | |
| Success | The operation completed successfully. |
| TemplateNotFound | The operation failed because the template could not be found. |