Click or drag to resize
ITriggerProcess Method
Processes the given collection of trigger options.

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

Parameters

options
Type: System.Collections.GenericIEnumerableTriggerOptions
See Also