Click or drag to resize
WorkflowTransitionInfoProviderSetInfo Method
Inserts or Updates the object to the database.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 12.0.0
Syntax
C#
protected override void SetInfo(
	WorkflowTransitionInfo info
)

Parameters

info
Type: CMS.WorkflowEngineWorkflowTransitionInfo
Object to insert / update
See Also