Class RegistrationTriggerData
- Namespace
- CMS.Automation
- Assembly
- CMS.Automation.dll
Trigger data captured when an automation process is started by a member-registration activity trigger.
public sealed class RegistrationTriggerData : IAutomationTriggerData
- Inheritance
-
objectRegistrationTriggerData
- Implements
- Extension Methods
Constructors
RegistrationTriggerData()
public RegistrationTriggerData()
Properties
Identifier
The identifier of the registration trigger data.
public string Identifier { get; }
Property Value
- string
MemberId
Identifier of the member that registered.
public int MemberId { get; init; }
Property Value
- int