  | OrchestratorConfigSaveConfig Method  | 
 
            Save current configuration setting into an XML configuration file.
            Note that only non-executable settings are saved; functions cannot be saved this way.
            Instead, functions can be contained in the a ConfigFunctions class of a separate project.
            
 
    Namespace: 
   Mavidian.DataConveyer.Orchestrators
    Assembly:
   DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntaxpublic bool SaveConfig(
	string configPath
)
Public Function SaveConfig ( 
	configPath As String
) As Boolean
Parameters
- configPath
 - Type: SystemString
Name of the configuration to save, which is the same as the file name without .cfg extension and may be preceded by a path (absolute or relative). 
Return Value
Type: 
BooleanTrue if the XML file successfully crated; false otherwise.
See Also