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 = 1Get the customer number from the input field.
Email = 2Get the customer number from the group that has the same email domain as the user.
Inherit = 3Get the customer number from the parent user creating the new user.
None = 0Do not auto-assign customer number.