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

DocumentField

public class DocumentField : ISerializable
public int? AssociatedObjectTypeID { get; set; }

public int? CodeTypeID { get; set; }

public bool EnableDataGrid { get; set; }

public FieldCategory FieldCategory { get; set; }

public int FieldCategoryID { get; set; }

public int FieldID { get; set; }

public int? FieldLength { get; set; }

public string FieldName { get; set; }

public int FieldTypeID { get; set; }

public int FileColumnIndex { get; set; }

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

public ImportBehaviorChoice? ImportBehavior { get; set; }

public bool UseUnicode { get; set; }

public string Value { get; set; }

public DocumentField(string fieldName, int fieldID, int fieldTypeID, int fieldCategoryID, int? codeTypeID, int? fieldLength, int? associatedObjectTypeID, bool useUnicode, ImportBehaviorChoice? importBehavior, bool enableDataGrid)

public DocumentField(string fieldName, int fieldID, int fieldTypeID, int fieldCategoryID, int? codeTypeID, int? fieldLength, int? associatedObjectTypeID, bool useUnicode, ImportBehaviorChoice? importBehavior, IEnumerable<Guid> guids, bool enableDataGrid)

public DocumentField(DocumentField docField)

public static bool op_Equality(DocumentField df1, DocumentField df2)

public string ToDisplayString()