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

LongTextHelper

public class LongTextHelper
public const string EXTRACTED_TEXT_COLUMN_NAME = "ExtractedText"

public LongTextHelper(ExportFile exportSettings, IFieldService fieldService, LongTextRepository longTextRepository)

public int GetFieldArtifactId(string fieldName)

public string GetLongTextFileLocation(ObjectExportInfo artifact, int fieldArtifactId)

public string GetTextFromField(ObjectExportInfo artifact, string fieldName)

public bool IsExtractedTextMissing()

public bool IsLongTextField(ViewFieldInfo fieldInfo)

public bool IsLongTextField(FieldType fieldType)

public bool IsTextPrecedenceSet()

public bool IsTextTooLong(string text)

public bool IsTextTooLong(ObjectExportInfo artifact, string fieldName)