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; }
Public Property MoreResults As Boolean
Get
Set
public:
property bool MoreResults {
bool get ();
void set (bool value);
}
member MoreResults : bool with get, set
Property Value
Type:
BooleanRemarks
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