Click or drag to resize

PFItemWorkflow_GetRequiredFieldsForTransition Method

Gets the required fields for a given transition.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public virtual List<PFField> Workflow_GetRequiredFieldsForTransition(
	Transition transition
)

Parameters

transition
Type: Packflow.ModelingTransition

Return Value

Type: ListPFField
See Also