Table of Contents

Class UserProfilesListViewModel

Namespace
Dynamicweb.Users.Frontend.UserAuthentication
Assembly
Dynamicweb.Users.dll

Represents the rendering context used when a list of user profies is rendered.

public sealed class UserProfilesListViewModel : UserListViewModel
Inheritance
UserProfilesListViewModel
Inherited Members
Extension Methods

Constructors

UserProfilesListViewModel(IEnumerable<UserViewModel>?)

Initializes a new instance of the UserProfilesListViewModel class.

public UserProfilesListViewModel(IEnumerable<UserViewModel>? userList)

Parameters

userList IEnumerable<UserViewModel>

The list of users to render.

Properties

RedirectAfterSwitchUser

Gets the redirect link after successful switch user

public string? RedirectAfterSwitchUser { get; }

Property Value

string
To top