Table of Contents

Enum UserGroupResultType

Namespace
Dynamicweb.Users.Frontend.UserGroups
Assembly
Dynamicweb.Users.dll

Represents the result types for user groups.

public enum UserGroupResultType

Fields

ChangeActiveStatusFailed = 12

Changing the user's active status failed.

ChangeActiveStatusSuccess = 11

The user's active status was changed successfully.

EmailAlreadyExists = 1

The email already exists.

IncorrectPermission = 6

The user does not have the required permissions to perform the requested action.

InvalidCustomerNumber = 5

The customer number provided is invalid.

InvalidEmail = 2

The email provided is invalid.

None = 0

No specific result.

ResendInvitationFailed = 10

The invitation resend failed.

ResendInvitationSuccess = 9

The invitation was resent to the user.

SaveGroupFailed = 14

Saving the group failed.

SaveGroupSuccess = 13

The group was saved successfully.

UserInviteFailed = 8

The user invitation failed.

UserInviteSuccess = 7

The user was invited successfully.

UserNameAlreadyExists = 3

The username already exists.

UserNameIsEmpty = 4

The username is empty.

To top