Enum DomainOperationStatus
Represents the status of a domain operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum DomainOperationStatus
Fields
| Name | Description |
|---|---|
| CancelledByNotification | The operation was cancelled by a notification handler. |
| ConflictingDomainName | The domain name conflicts with an existing domain. |
| ContentNotFound | The specified content item was not found. |
| DuplicateDomainName | A domain with the same name already exists. |
| InvalidDomainName | The domain name is invalid. |
| LanguageNotFound | The specified language was not found. |
| Success | The operation completed successfully. |