IMacroProvider.SaveMacro Method

Saves a macro into the macro owner.
Sub SaveMacro( _ 
ByVal macroID As String, _ 
ByVal sourceLocation As String, _ 
Optional ByVal displayName As String = "" _ 
)
This language is not supported or no code example is available.
void SaveMacro( 
string macroID
string sourceLocation
string displayName = "" 
)
This language is not supported or no code example is available.

Parameters

macroID
string

A Unique ID of the macro (e.g. a Guid).

sourceLocation
string

The complete path and filename of the macro to be saved. The macro file is a ZIP-ped file with all macro code and data files, usually with qdvmacro extension.

displayName
string

A displayname which can be given to the macro; if omitted then the complete filename is used.

Version
 
Available since QDV 7.14.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition