Click or drag to resize

ContentTypeGetState Method (Guid)

Gets a state by its GUID.

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(
	Guid stateGuid
)

Parameters

stateGuid
Type: SystemGuid
GUID of the state.

Return Value

Type: State
State
See Also