Click or drag to resize

ContentTypeGetInboundTransitions Method

Get all transitions with the specified state as destination "To".

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<Transition> GetInboundTransitions(
	State state
)

Parameters

state
Type: Packflow.ModelingState

Return Value

Type: ListTransition
See Also