Enum UserGroupResultType
- Namespace
- Dynamicweb.Users.Frontend.UserGroups
- Assembly
- Dynamicweb.Users.dll
Represents the result types for user groups.
public enum UserGroupResultType
Fields
ChangeActiveStatusFailed = 12Changing the user's active status failed.
ChangeActiveStatusSuccess = 11The user's active status was changed successfully.
EmailAlreadyExists = 1The email already exists.
IncorrectPermission = 6The user does not have the required permissions to perform the requested action.
InvalidCustomerNumber = 5The customer number provided is invalid.
InvalidEmail = 2The email provided is invalid.
None = 0No specific result.
ResendInvitationFailed = 10The invitation resend failed.
ResendInvitationSuccess = 9The invitation was resent to the user.
SaveGroupFailed = 14Saving the group failed.
SaveGroupSuccess = 13The group was saved successfully.
UserInviteFailed = 8The user invitation failed.
UserInviteSuccess = 7The user was invited successfully.
UserNameAlreadyExists = 3The username already exists.
UserNameIsEmpty = 4The username is empty.