<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

DocumentFieldCollection

public ICollection AllFields { get; }

public DocumentField FullText { get; }

public void Add(DocumentField field)

public void AddRange(DocumentField[] fields)

public int Count()

public bool Exists(int fieldID)

public bool Exists(string fieldName)

public string[] IdentifierFieldNames()

public DocumentField Item(int fieldID)

public DocumentField Item(string fieldName)

public string[] Names()

public string[] NamesForIdentifierDropdown()