What's Changed?
OutputToFile Method (IOutputLogic)



KellermanSoftware.WhatsChanged Namespace > IOutputLogic Interface : OutputToFile Method
Output the comparison result to a file
Syntax
Sub OutputToFile( _
   ByVal result As ComparisonResult, _
   ByVal filePath As String _
) 
Dim instance As IOutputLogic
Dim result As ComparisonResult
Dim filePath As String
 
instance.OutputToFile(result, filePath)
void OutputToFile( 
   ComparisonResult result,
   string filePath
)
void OutputToFile( 
   ComparisonResult^ result,
   String^ filePath
) 

Parameters

result
filePath
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IOutputLogic Interface
IOutputLogic Members