Click or drag to resize
STSeriesWorkflowParserParse Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Parses the given workflow XML file and returns a list of WorkflowPhase objects

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public List<ISTSeriesWorkflowPhase> Parse(
	string workflowFilename
)

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