ContentType.GetState 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)
Syntaxpublic State GetState(
int stateId
)
Parameters
- stateId
- Type: System.Int32
Id of the state.
Return Value
Type:
StateState
See Also