STSeriesWorkflowParserParse Method | |
Parses the given workflow XML file and returns a list of WorkflowPhase objects
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public List<ISTSeriesWorkflowPhase> Parse(
string workflowFilename
)
Public Function Parse (
workflowFilename As String
) As List(Of ISTSeriesWorkflowPhase)
public:
List<ISTSeriesWorkflowPhase^>^ Parse(
String^ workflowFilename
)
member Parse :
workflowFilename : string -> List<ISTSeriesWorkflowPhase>
Parameters
- workflowFilename
- Type: SystemString
[Missing <param name="workflowFilename"/> documentation for "M:Scriptel.STSeries.STSeriesWorkflowParser.Parse(System.String)"]
Return Value
Type:
ListISTSeriesWorkflowPhase[Missing <returns> documentation for "M:Scriptel.STSeries.STSeriesWorkflowParser.Parse(System.String)"]
See Also