Click or drag to resize
WorkflowTransitionInfoProvider.DeleteWorkflowTransitionInfoInternal Method
Deletes specified workflow transition.

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

Parameters

transitionObj
Type: CMS.WorkflowEngine.WorkflowTransitionInfo
Workflow transition to be deleted.
See Also