Click or drag to resize

PageResults Constructor (IEnumerableIHierarchyItem)

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
)

Parameters

page
Type: System.Collections.GenericIEnumerableIHierarchyItem
Items that correspond to the requested page and sorting.
See Also