Class UserListViewModel
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
UserListViewModel represents the rendering context used when a list of users is rendered.
- Inheritance
-
User
List View Model
- Inherited Members
Constructors
UserListViewModel(IEnumerable<UserViewModel>?)
Initializes a new instance of the User
Parameters
userList
IEnumerable<UserView >Model The list of users to render.
Properties
CurrentPage
Gets or sets the current page number.
Property Value
PageCount
Gets or sets the count of pages. If this value is greater than 0, the view model result will be paginated, otherwise, plain list.
Property Value
PageSize
Gets or sets the users count per page.
Property Value
TotalCount
Gets or sets the total number of users in the list.
Property Value
Users
Gets or sets the list of users.