<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.1" />

ChoiceInfo

public sealed class ChoiceInfo
Represents a Relativity choice information data object. This class cannot be inherited, backwards compatibility isn't guaranteed, and should never be consumed by API users.
public int ArtifactID { get; set; }

public int CodeTypeID { get; set; }

public string Name { get; set; }

public int Order { get; set; }

public int ParentArtifactID { get; set; }

public ChoiceInfo()

Initializes a new instance of the ChoiceInfo class.

public ChoiceInfo(DataRow row)

Initializes a new instance of the ChoiceInfo class.