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

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 11.0.0
Syntax
C#
protected override void SetInfo(
	ObjectWorkflowTriggerInfo info
)

Parameters

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