Click or drag to resize

DavChangesMoreResults 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.3.13068
Syntax
public 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