<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

YesNoField

public class YesNoField : Field
Represents the YesNo field object.
public bool AllowSortTally { get; set; }

Gets or sets a value indicating whether the document list is sorted on this Field.

public string NoValue { get; set; }

Gets or sets the no value.

public bool OpenToAssociations { get; set; }

Gets or sets a value indicating whether this Field information can be displayed on an associated object field.

public bool Wrapping { get; set; }

Gets or sets a value indicating whether this Field wraps in this field.

public string YesValue { get; set; }

Gets or sets the yes value.

public YesNoField()

Initializes a new instance of the YesNoField class.