Click or drag to resize

ContentTypeGetStep Method (Int32)

Gets a step by its id.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public Step GetStep(
	int stepId
)

Parameters

stepId
Type: SystemInt32
Id of the step.

Return Value

Type: Step
Step
See Also