Click or drag to resize
WorkflowTransitionInfoProviderDeleteWorkflowTransitionInfoInternal 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.WorkflowEngineWorkflowTransitionInfo
Workflow transition to be deleted.
See Also