Click or drag to resize
TriggerProcess Method
Processes the given collection of trigger options and resolves trigger macro on given object and creates workflow process if successful.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 11.0.0
Syntax
C#
public void Process(
	IEnumerable<TriggerOptions> options
)

Parameters

options
Type: System.Collections.GenericIEnumerableTriggerOptions
Collection of TriggerOptions objects to process

Implements

ITriggerProcess(IEnumerableTriggerOptions)
See Also