Table of Contents

Enum UserValidationResultType

Namespace
Dynamicweb.Users.Frontend
Assembly
Dynamicweb.Users.dll
public enum UserValidationResultType

Fields

EmailAlreadyExists = 1

The email already exists.

InvalidCustomerNumber = 5

The customer number provided is invalid.

InvalidEmail = 2

The email provided is invalid.

None = 0

No specific result.

UserNameAlreadyExists = 3

The username already exists.

UserNameIsEmpty = 4

The username is empty.

To top