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

ViewFieldInfo

public class ViewFieldInfo
Represents the Relativity field information class object.
protected string _allowFieldName

protected bool _allowHtml

protected int _artifactTypeID

protected string _artifactTypeTableName

protected string _avfColumnName

protected string _avfHeaderName

protected int _avfId

protected string _connectorFieldName

protected string _dataSource

protected string _displayName

protected bool _enableDataGrid

protected int _fieldArtifactId

protected int _fieldCodeTypeID

protected string _formatString

protected bool _isLinked

protected bool _isUnicodeEnabled

protected string _parentFileFieldDisplayName

protected string _relationalTableColumnName

protected string _relationalTableColumnName2

protected string _relationalTableName

protected int _sourceFieldArtifactID

protected string _sourceFieldName

public string AllowFieldName { get; set; }

public bool AllowHtml { get; set; }

public int ArtifactTypeID { get; set; }

public string ArtifactTypeTableName { get; set; }

public int AssociativeArtifactTypeID { get; set; }

public string AvfColumnName { get; set; }

public string AvfHeaderName { get; set; }

public int AvfId { get; set; }

public FieldCategory Category { get; set; }

public ColumnSourceType ColumnSource { get; set; }

public int ConnectorFieldArtifactID { get; set; }

public string ConnectorFieldName { get; set; }

public string DataSource { get; set; }

public string DisplayName { get; set; }

public bool EnableDataGrid { get; set; }

public int FieldArtifactId { get; set; }

public int FieldCodeTypeID { get; set; }

public bool FieldIsArtifactBaseField { get; set; }

public FieldType FieldType { get; set; }

public string FormatString { get; set; }

public bool IsCodeOrMulticodeField { get; }

public bool IsLinked { get; set; }

public bool IsMultiValueField { get; }

public bool IsUnicodeEnabled { get; set; }

public bool IsVirtualAssociativeArtifactType { get; set; }

public int ParentFileFieldArtifactID { get; set; }

public string ParentFileFieldDisplayName { get; set; }

public string ReflectedConnectorIdentifierColumnName { get; set; }

public string ReflectedFieldArtifactTypeTableName { get; set; }

public string ReflectedFieldConnectorFieldName { get; set; }

public string ReflectedFieldIdentifierColumnName { get; set; }

public string RelationalTableColumnName { get; set; }

public string RelationalTableColumnName2 { get; set; }

public string RelationalTableName { get; set; }

public int SourceFieldArtifactID { get; set; }

public int SourceFieldArtifactTypeID { get; set; }

public string SourceFieldArtifactTypeTableName { get; set; }

public string SourceFieldName { get; set; }

public ViewFieldInfo()

public ViewFieldInfo(DataRow row)