Table of Contents

Enum UserCreateGroupSourceType

Namespace
Dynamicweb.Users.Frontend.UserCreate
Assembly
Dynamicweb.Users.dll

Specifies the source type for mapping a group to a new user.

public enum UserCreateGroupSourceType

Fields

CustomerNumber = 1

Get the customer number from the input field.

Email = 2

Get the customer number from the group that has the same email domain as the user.

Inherit = 3

Get the customer number from the parent user creating the new user.

None = 0

Do not auto-assign customer number.

To top