ImportSettingsBaseLoadImportedFullTextFromServer Property

Relativity Import APIs
Indicates whether the Extracted Text field data will be loaded directly from its file path, rather than as part of a bulk load file.

Namespace:  kCura.Relativity.DataReaderClient
Assembly:  Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
Syntax

public bool LoadImportedFullTextFromServer { get; set; }

Property Value

Type: Boolean

Return Value

Type: Boolean
Remarks

All Extracted Text files must exactly match the encoding of the Extracted Text field when this is set to True. If extracted text is unicode enabled, the files need to be UTF-16 encoded, otherwise they need to be ANSI. This setting will only be used when ExtractedTextFieldContainsFilePath is also set to True.
See Also

Reference