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

ChoiceCollection

public class ChoiceCollection : ICollection
A class used to as a container for choice values.
public int Count { get; }

Gets the number of key/value pairs contained in the System.Collections.Specialized.HybridDictionary.

public bool IsSynchronized { get; }

Gets a value indicating whether the System.Collections.Specialized.HybridDictionary is synchronized (thread safe).

public Choice this[int artifactID] { get; }

Gets the choice object by its artifact ID.

public Choice this[string name] { get; }

Gets the choice object by its name.

public object SyncRoot { get; }

Gets an object that can be used to synchronize access to the System.Collections.Specialized.HybridDictionary.

Initializes a new instance of the ChoiceCollection class.

public void Add(Choice choice)

Adds a choice object to a choice collection.

public void CopyTo(Array array, int index)

Copies the System.Collections.Specialized.HybridDictionary entries to a one-dimensional System.Array instance at the specified index.

Returns an enumerator that iterates through a collection.