InfoConnect for Unisys
RunLegacyReflectionMacroFile Method (IMacro)


The name of a macro file. Include full path information if the macro file is not in the current folder.
An optional string to pass information to the macro.
Runs the legacy Reflection macro that is in the specified macro file.
Syntax
'Declaration
 
Sub RunLegacyReflectionMacroFile( _
   ByVal fileName As String, _
   ByVal macroData As String _
) 
'Usage
 
Dim instance As IMacro
Dim fileName As String
Dim macroData As String
 
instance.RunLegacyReflectionMacroFile(fileName, macroData)
void RunLegacyReflectionMacroFile( 
   string fileName,
   string macroData
)

Parameters

fileName
The name of a macro file. Include full path information if the macro file is not in the current folder.
macroData
An optional string to pass information to the macro.
See Also