BlueCielo Meridian Enterprise 2018 VBScript API Reference
SaveLogToFile method
Creates a log file that contains the results of the SyncTagReferences method.
Syntax
SaveLogToFile (sLogFile As String) As Integer
Parameters
Name |
Description |
---|---|
sLogFile |
Fully-qualified path where to save the log. |
Return Value
One of the codes listed in TagExtractor result codes.
Remarks
Call this method after performing the tag extraction with the SyncTagReferences method.
Example
Dim ResCode ResCode = TagExtractor.SaveLogToFile(sLogFile)