Table of Contents

Enum UserViewSourceType

Namespace
Dynamicweb.Users.Frontend.UserView
Assembly
Dynamicweb.Users.dll

Specifies the source type for the user view.

public enum UserViewSourceType

Fields

ChosenUser = 2

A chosen user.

CurrentUser = 1

The current user.

ListOfChosenUsers = 6

A list of chosen users.

ListOfUsersByCustomerNumber = 4

A list of users by customer number.

ListOfUsersByUsername = 7

A list of users identified by their usernames.

ListOfUsersFromSpecifiedGroups = 5

A list of users from specified groups.

ListOfUsersICanImpersonate = 3

A list of users that the current user can impersonate.

None = 0

No specific user view source.

To top