Enum MemberGroupOperationStatus
Represents the status of a member group operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum MemberGroupOperationStatus
Fields
| Name | Description |
|---|---|
| CancelledByNotification | The operation was cancelled by a notification handler. |
| CannotHaveEmptyName | The member group name cannot be empty. |
| DuplicateKey | A member group with the same key already exists. |
| DuplicateName | A member group with the same name already exists. |
| NotFound | The specified member group was not found. |
| Success | The member group operation completed successfully. |