Click or drag to resize

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

Parameters

stateGuid
Type: SystemGuid
GUID of the state.

Return Value

Type: IState
IState

Implements

IContentTypeGetIState(Guid)
See Also