Enables or disables validation of the extracted text file location.
Namespace:
kCura.Relativity.DataReaderClientAssembly:
Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
public bool DisableExtractedTextFileLocationValidation { get; set; }
Public Property DisableExtractedTextFileLocationValidation As Boolean
Get
Set
Property Value
Type:
Boolean
Set this property to True if you want validation disabled. If validation is disabled and an extracted text file doesn't exist, the current job will fail.
By default, this property is set to False, so validation is enabled.
Reference