Class DefaultTriggerIdentifiers
- Namespace
- CMS.Automation
- Assembly
- CMS.Automation.dll
Stable identifiers of the out-of-the-box automation triggers. Producers set the value on the
trigger data so the matching TriggerIdentifier ends up in CMS_AutomationState.StateTriggerData.
public static class DefaultTriggerIdentifiers
- Inheritance
-
objectDefaultTriggerIdentifiers
Fields
CUSTOM_ACTIVITY
Identifier of the custom-activity trigger (any activity type other than member registration).
public const string CUSTOM_ACTIVITY = "Kentico.CustomActivityTrigger"
Field Value
- string
FORM_SUBMISSION
Identifier of the form-submission trigger (BizForm submitted).
public const string FORM_SUBMISSION = "Kentico.FormSubmissionTrigger"
Field Value
- string
REGISTRATION
Identifier of the member-registration activity trigger.
public const string REGISTRATION = "Kentico.RegistrationTrigger"
Field Value
- string