| 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; }
Public ReadOnly Property MergeTempFile As String
Get
Property Value
Type:
StringSee Also