ProcessingSetDocumentInfoSummary.ProcessingSetDocumentInfo Property

Relativity Processing Services
An array of ProcessingSetDocumentInfo objects.

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

public ProcessingSetDocumentInfo[] ProcessingSetDocumentInfo { get; set; }

Property Value

Type:ProcessingSetDocumentInfo[]
Remarks

This array of ProcessingSetDocumentInfo objects returns detailed information about specific processing sets within a workspace.

Use this information in conjunction with paging available through the Relativity UI. The array contains processing set information for a specific page request made by the user. For example, if the workspace contains 15 processing sets, the PageSize property is set to 5, and the Page property is set to 0, then the details about the first 5 processing sets are returned.

See Also

Reference