Click or drag to resize

PageResultsPage Property

IT Hit WebDAV Classes Reference
Items that correspond to the requested page and sorting.

Namespace:  ITHit.WebDAV.Server.Paging
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public IEnumerable<IHierarchyItem> Page { get; set; }

Return Value

Type: IEnumerableIHierarchyItem
List of IHierarchyItem items that represent items on a page.
See Also