Click or drag to resize

PageResultsTotalItems Property

IT Hit WebDAV Classes Reference
Total number of items in the folder or in search results.

Namespace:  ITHit.WebDAV.Server.Paging
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public Nullable<long> TotalItems { get; set; }

Property Value

Type: NullableInt64
Remarks

This number can be used by the client application to display number of pages available.

Set this property to null if total number of items is unknown. The total number of items will not be returned to the client in this case.

See Also