Click or drag to resize
TriggerOptions Class
Crate for passing variables needed by triggers.
Inheritance Hierarchy
SystemObject
  CMS.AutomationTriggerOptions

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 10.0.0
Syntax
C#
public class TriggerOptions

The TriggerOptions type exposes the following members.

Constructors
  NameDescription
Public methodTriggerOptions
Top
Fields
  NameDescription
Public fieldAdditionalData
The additional data for trigger that will be available in trigger via TriggerParameters[TRIGGER_DATA]
Public fieldInfo
Info to add to process. Required field.
Public fieldObjectType
Allowed object type of workflow process that trigger would start. Required field.
Public fieldPassFunction
Function that must be passed to process trigger.
Public fieldResolver
Resolver on which macros of triggers will be resolved.
Public fieldTypes
Allowed types of triggers to be processed. Leave empty to process all types of triggers.
Top
Properties
  NameDescription
Public propertyIgnoreProcesses
List of processes to ignore.
Top
See Also