Table of Contents

Enum UserEditSourceType

Namespace
Dynamicweb.Users.Frontend.UserEdit
Assembly
Dynamicweb.Users.dll

Represents the source type for user editing.

public enum UserEditSourceType

Fields

CurrentUser = 1

Represents the current user.

ListOfUsersByCustomerNumber = 3

Represents a list of users by customer number.

ListOfUsersICanImpersonate = 2

Represents a list of users that can be impersonated.

None = 0

No specific source type.

To top