Skip to content

Microsoft FactoryOrchestrator Core IFactoryOrchestratorService LoadTaskListsFromXmlFile(string)

Microsoft.FactoryOrchestrator.Core

Microsoft.FactoryOrchestrator.Core.IFactoryOrchestratorService

IFactoryOrchestratorService.LoadTaskListsFromXmlFile(string) Method

Creates new TaskLists by loading them from a FactoryOrchestratorXML file.

System.Collections.Generic.List<System.Guid> LoadTaskListsFromXmlFile(string filename);

Parameters

filename System.String
The path to the FactoryOrchestratorXML file.

Returns

System.Collections.Generic.List<System.Guid>
The GUID(s) of the created TaskList(s)