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; }
Public Property TotalItems As Nullable(Of Long)
Get
Set
public:
property Nullable<long long> TotalItems {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member TotalItems : Nullable<int64> with get, set
Property Value
Type:
NullableInt64Remarks 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