XmlFilterObjectRangeSize Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets or sets the number of rows to evaluate depending on the range of pages to return.

Namespace: ContentStudio.Document.EPT
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public virtual int RangeSize { get; set; }

Property Value

Type: Int32
The default value is zero which means that Content Studio processes all possible records before returning the result. If this value is greater than zero only the records that fits into that page range is processed but the total number of records found will be unpredictable. For example if the PageSize is 10 and the RangeSize is 5 Content Studio will evaluate 50 records maximum since this is the number of records that fit into that range.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThe value is below zero
Remarks

This property can be used to limit the number of records processed before returning the result.
See Also

Reference