Click or drag to resize

CTInterfacePreFileConversionArgsMergeTempFile Property

The temporary file when doing merge operation. This is null for the main document of the merge operation and also if the current operation is not merge rule. To get the temp file of the main document, investigate FilesToMerge during OnBeforeMergeDocuments. It will be the first document of the list.

Namespace:  ATR.CT.CTInterface
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public string MergeTempFile { get; }

Property Value

Type: String
See Also