Enum UserEditSourceType
- Namespace
- Dynamicweb.Users.Frontend.UserEdit
- Assembly
- Dynamicweb.Users.dll
Represents the source type for user editing.
public enum UserEditSourceType
Fields
CurrentUser = 1Represents the current user.
ListOfUsersByCustomerNumber = 3Represents a list of users by customer number.
ListOfUsersICanImpersonate = 2Represents a list of users that can be impersonated.
None = 0No specific source type.