Click or drag to resize

PageResults Constructor (IEnumerableIHierarchyItem, NullableInt64)

IT Hit WebDAV Classes Reference
Initializes a new instance of the PageResults class.

Namespace:  ITHit.WebDAV.Server.Paging
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public PageResults(
	IEnumerable<IHierarchyItem> page,
	Nullable<long> totalItems
)

Parameters

page
Type: System.Collections.GenericIEnumerableIHierarchyItem
Items that correspond to the requested page and sorting.
totalItems
Type: SystemNullableInt64
Total number of items in the folder or in search results.
See Also