IChangesMoreResults Property
IT Hit WebDAV Classes Reference
Indicates that results is truncated.
Namespace:
ITHit.WebDAV.Client
Assembly:
ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax bool MoreResults { get; set; }
Property MoreResults As Boolean
Get
Set
property bool MoreResults {
bool get ();
void set (bool value);
}
abstract 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