Click or drag to resize
Trigger Class
Implementation of IAutomationTrigger based on TriggerInfo.
Inheritance Hierarchy
SystemObject
  CMS.AutomationTrigger

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 11.0.0
Syntax
C#
public class Trigger : ITrigger

The Trigger type exposes the following members.

Constructors
  NameDescription
Public methodTrigger
Constructor.
Top
Methods
  NameDescription
Public methodProcess
Processes the given collection of trigger options and resolves trigger macro on given object and creates workflow process if successful.
Top
See Also