Creates a log file that contains the results of the SyncTagReferences method.
Syntax
SaveLogToFile (sLogFile As String) As Integer
| 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)