Enum UserGroupOperationStatus
Represents the status of a user group operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum UserGroupOperationStatus
Fields
| Name | Description |
|---|---|
| AdminGroupCannotBeEmpty | The operation failed because the admin group cannot be empty. |
| AliasTooLong | The operation failed because the user group alias exceeds the maximum allowed length. |
| AlreadyExists | The operation failed because a user group with the same identifier already exists. |
| CanNotDeleteIsSystemUserGroup | The operation failed because system user groups cannot be deleted. |
| CanNotUpdateAliasIsSystemUserGroup | The operation failed because the alias of a system user group cannot be updated. |
| CancelledByNotification | The operation was cancelled by a notification handler. |
| DocumentPermissionKeyNotFound | The operation failed because the specified document permission key could not be found. |
| DocumentStartNodeKeyNotFound | The operation failed because the specified document start node key could not be found. |
| DocumentTypePermissionKeyNotFound | The operation failed because the specified document type permission key could not be found. |
| DuplicateAlias | The operation failed because a user group with the same alias already exists. |
| LanguageNotFound | The operation failed because the specified language could not be found. |
| MediaStartNodeKeyNotFound | The operation failed because the specified media start node key could not be found. |
| MissingName | The operation failed because the user group name is required but was not provided. |
| MissingUser | The operation failed because the specified user is missing. |
| NameTooLong | The operation failed because the user group name exceeds the maximum allowed length. |
| NotFound | The operation failed because the user group could not be found. |
| Success | The operation completed successfully. |
| Unauthorized | The operation failed because the current user is not authorized to perform this action. |
| UserNotFound | The operation failed because the user could not be found. |
| UserNotInGroup | The operation failed because the user is not a member of the specified group. |