Skip to content

Microsoft FactoryOrchestrator Core IFactoryOrchestratorService SaveTaskListToXmlFile(System Guid string)

Microsoft.FactoryOrchestrator.Core

Microsoft.FactoryOrchestrator.Core.IFactoryOrchestratorService

IFactoryOrchestratorService.SaveTaskListToXmlFile(System.Guid, string) Method

Saves a TaskList to a FactoryOrchestratorXML file.

void SaveTaskListToXmlFile(System.Guid guid, string filename);

Parameters

guid System.Guid
The GUID of the TaskList you wish to save.

filename System.String
The path to the FactoryOrchestratorXML file that will be created.