PagedView.withPageSize constructor

PagedView.withPageSize(
  1. int pageSize
)
Initializes a new instance of the The maximum number of elements the search operation should return.

Implementation

PagedView.withPageSize(int pageSize) : super() {
  this.PageSize = pageSize;
}