Enum UserViewSourceType
- Namespace
- Dynamicweb.Users.Frontend.UserView
- Assembly
- Dynamicweb.Users.dll
Specifies the source type for the user view.
public enum UserViewSourceType
Fields
ChosenUser = 2A chosen user.
CurrentUser = 1The current user.
ListOfChosenUsers = 6A list of chosen users.
ListOfUsersByCustomerNumber = 4A list of users by customer number.
ListOfUsersByUsername = 7A list of users identified by their usernames.
ListOfUsersFromSpecifiedGroups = 5A list of users from specified groups.
ListOfUsersICanImpersonate = 3A list of users that the current user can impersonate.
None = 0No specific user view source.