Click or drag to resize

IContentTypeGetIState Method

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

Parameters

stateGuid
Type: SystemGuid
GUID of the state.

Return Value

Type: IState
IState
See Also