Enum RedirectUrlOperationStatus
Represents the status of a redirect URL operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum RedirectUrlOperationStatus
Fields
| Name | Description |
|---|---|
| CancelledByNotification | The operation was cancelled by a notification handler. |
| NotFound | The operation failed because the redirect URL could not be found. |
| Success | The operation completed successfully. |
| Unknown | An unknown error occurred during the operation. |