Click or drag to resize
WorkflowTransitionInfoProviderSetWorkflowTransitionInfoInternal Method
Sets (updates or inserts) specified workflow transition.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetWorkflowTransitionInfoInternal(
	WorkflowTransitionInfo transitionObj
)

Parameters

transitionObj
Type: CMS.WorkflowEngineWorkflowTransitionInfo
Workflow transition to be set.
See Also