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

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.

InvitationResent = 9

The invitation was resent to the user.

None = 0

No specific result.

SaveGroupFailed = 13

Saving the group failed.

SaveGroupSuccess = 12

The group was saved successfully.

UserActiveStateChanged = 10

The user's active status was changed.

UserDeleted = 11

The user was deleted.

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