Click or drag to resize
STSeriesWorkflowPhase Constructor Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Constructor for a workflow phase

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public STSeriesWorkflowPhase(
	int phaseId,
	int previousPhaseId,
	int nextPhaseId,
	STSeriesWorkflowImage image,
	List<STSeriesWorkflowButton> buttons
)

Parameters

phaseId
Type: SystemInt32
the id of the phase
previousPhaseId
Type: SystemInt32

[Missing <param name="previousPhaseId"/> documentation for "M:Scriptel.STSeries.STSeriesWorkflowPhase.#ctor(System.Int32,System.Int32,System.Int32,Scriptel.STSeries.STSeriesWorkflowImage,System.Collections.Generic.List{Scriptel.STSeries.STSeriesWorkflowButton})"]

nextPhaseId
Type: SystemInt32
the id of the next phase to go to after completion
image
Type: Scriptel.STSeriesSTSeriesWorkflowImage
image associated with the workflow screen
buttons
Type: System.Collections.GenericListSTSeriesWorkflowButton
list of buttons on the screen
See Also