<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

Relativity.Services.ChoiceQuery.Choice

public class Choice
Represents a Choice in Relativity.
public int ArtifactID { get; set; }

Gets or sets Artifact ID of choice.

public string FullPath { get; set; }

Gets or sets FullPath in hierarchy of choice.

public string Name { get; set; }

Gets or sets Name of choice.

public int Order { get; set; }

Gets or sets Order of choice.

public int? ParentArtifactID { get; set; }

Gets or sets parent choice ArtifactID of choice. Null value is treated a top level choice in hierarchy.

public Choice()