Enum UserDataOperationStatus
Represents the status of a user data operation.
Namespace: Umbraco.Cms.Core.Services.OperationStatus
Assembly: Umbraco.Core.dll
Syntax
public enum UserDataOperationStatus
Fields
| Name | Description |
|---|---|
| AlreadyExists | The operation failed because user data with the same identifier already exists. |
| NotFound | The operation failed because the user data could not be found. |
| Success | The operation completed successfully. |
| UserNotFound | The operation failed because the user could not be found. |