FolderView.withPageSize constructor

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

Implementation

FolderView.withPageSize(int pageSize) : super.withPageSize(pageSize);