Click or drag to resize

IChangesMoreResults Property

IT Hit WebDAV Classes Reference
Indicates that results is truncated.

Namespace:  ITHit.WebDAV.Server.Synchronization
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.2.12573-Beta
Syntax
bool MoreResults { get; set; }

Property Value

Type: Boolean
Remarks
A server MAY limit the number of member URLs in a response, for example, to limit the amount of work expended in processing a request, or as the result of an explicit limit set by the client
See Also