QueryRequest.IncludeIDWindow Property

Relativity Services API
Gets or sets Boolean value indicating whether the query results should include 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 Nullable<bool> IncludeIDWindow { get; set; }

Property Value

Type: Nullable<Boolean>
Remarks

If a value isn't provided, the ID window will not be included.
See Also

Reference