Click or drag to resize
AutomationProcessTriggerHandlerStartEvent Method (ObjectWorkflowTriggerInfo, TriggerOptions)
Initiates the event handling

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
public AutomationProcessTriggerHandler StartEvent(
	ObjectWorkflowTriggerInfo triggerInfo,
	TriggerOptions options
)

Parameters

triggerInfo
Type: CMS.AutomationObjectWorkflowTriggerInfo
Trigger info object
options
Type: CMS.AutomationTriggerOptions
Trigger options

Return Value

Type: AutomationProcessTriggerHandler
See Also