Enum ExternalMemberOperationStatus
Represents the status of an external member operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum ExternalMemberOperationStatus
Fields
| Name | Description |
|---|---|
| CancelledByNotification | The operation was cancelled by a notification handler. |
| DuplicateEmail | The operation failed because a member with the same email already exists. |
| DuplicateUsername | The operation failed because a member with the same username already exists. |
| NotFound | The operation failed because the external member could not be found. |
| NotImplemented | The operation is not yet implemented. |
| Success | The operation completed successfully. |