Microsoft FactoryOrchestrator Core FactoryOrchestratorXML Save(string)
Microsoft.FactoryOrchestrator.Core
Microsoft.FactoryOrchestrator.Core.FactoryOrchestratorXML
FactoryOrchestratorXML.Save(string) Method
Saves a FactoryOrchestratorXML object to the given file. The file is overwritten if it exists.
public bool Save(string filename);
Parameters
filename
System.String
The path of the FactoryOrchestratorXML file you want to create.