<PackageReference Include="Relativity.Server.EventHandler.SDK" Version="5000.0.3" />

ChoiceFieldValue

public class ChoiceFieldValue : FieldValue
Creates choice field value instances.
public ChoiceCollection Choices { get; set; }

Gets and/or sets a collection of choices associated with a choice field value.

Initializes a new instance of the ChoiceFieldValue class.

public Choice FindChoiceByArtifactID(int artifactID)

Returns the choice by its artifact ID.

public Choice FindChoiceByName(string name)

Returns a choice by its name.

public bool IsChoiceSelected(int artifactID)

Returns True if a given choice specified by artifact ID is marked as selected in a given collection of choices, otherwise it returns False.

public bool IsChoiceSelected(string name)

Returns True if a given choice specified by name is marked as selected in a given collection of choices, otherwise it returns False.