<PackageReference Include="Relativity.Shared.SDK" Version="1.8.0" />

FieldRef

public class FieldRef
Represents a Relativity Field reference.
public int ArtifactID { get; set; }

Gets or sets the artifact identifier for the field.

public List<Guid> Guids { get; set; }

Gets or sets the artifact guids for the field.

public string Name { get; set; }

Gets or sets the field name.

public int ViewFieldID { get; set; }

Gets or sets the ViewField identifier for the field.

public FieldRef()

Initializes a new instance of the FieldRef class.

public FieldRef(int artifactID)

Initializes a new instance of the FieldRef class with the artifact identifier for the field.

public FieldRef(List<Guid> guids)

Initializes a new instance of the FieldRef class with a list of artifact guids for the field.

public FieldRef(string name)

Initializes a new instance of the FieldRef class with the name of the field.