QueryResult.IDWindow Property

Relativity Services API
Gets or sets the Window object containing the IDs of the objects included in the current results set.

Namespace:  Relativity.Services.Objects.DataContracts
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public List<int> IDWindow { get; set; }

Property Value

Type: List<Int32>
Remarks

This property is populated only when the IncludeIDWindow property is set to true on the inbound query object.
See Also

Reference