<PackageReference Include="Relativity.API" Version="19.5.0" />

ICanAddFields

Allows for the addition of more fields to a query, including a field to expand on, add a condition filter, add sorts, or build the query.

Adds the Edit field to be retrieved by the query.

Adds the Secure field to be retrieved by the query.

ICanAddFields RetrieveAdditional(string[] fieldName)

Adds fields by name to be retrieved by the query.

Adds fields by guid to be retrieved by the query.

Adds fields by reference to be retrieved by the query.