Click or drag to resize
WorkflowTransitionInfoProviderUpdateTransitionsEndStep Method
Sets given end step ID to all transitions matching specified where condition.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static void UpdateTransitionsEndStep(
	string where,
	int endStepID
)

Parameters

where
Type: SystemString
Where condition for selection all transitions to be updated.
endStepID
Type: SystemInt32
Desired transition end step ID
See Also