Click or drag to resize

ContentTypeGetState Method (Int32)

Gets a state 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 State GetState(
	int stateId
)

Parameters

stateId
Type: SystemInt32
Id of the state.

Return Value

Type: State
State
See Also