<PackageReference Include="Relativity.Api" Version="10.3.226.8" />

IChoice

public interface IChoice : IArtifact, IArtifactRef
Represents a Relativity choice.
int CodeTypeID { get; set; }

The code type ID for this choice. Corresponds to the code type ID for the IField the choice is associated with.

bool IsActive { get; set; }

Specifies if the choice is active.

Metadata for the keyboard shortcut for the choice.

string Name { get; set; }

The name of the choice.

int? OIHiliteStyleID { get; set; }

Specifies the ID of the highlight style to use for the choice.

int Order { get; set; }

The order in which the choice is displayed.