Table of Contents

Class CustomActivityTriggerData

Namespace
CMS.Automation
Assembly
CMS.Automation.dll

Trigger data captured when an automation process is started by a custom-activity trigger.

public sealed class CustomActivityTriggerData : IAutomationTriggerData
Inheritance
object
CustomActivityTriggerData
Implements
Extension Methods

Constructors

CustomActivityTriggerData()

public CustomActivityTriggerData()

Properties

ActivityChannelId

Identifier of the channel where the activity was recorded.

public int ActivityChannelId { get; init; }

Property Value

int

ActivityItemDetailId

Identifier of the detail object the activity is associated with.

public int ActivityItemDetailId { get; init; }

Property Value

int

ActivityItemId

Identifier of the object the activity is associated with.

public int ActivityItemId { get; init; }

Property Value

int

ActivityType

Name of the activity type that fired the trigger.

public string ActivityType { get; init; }

Property Value

string

ActivityValue

Optional free-form value carried by the activity.

public string ActivityValue { get; init; }

Property Value

string

Identifier

The identifier of the custom activity trigger data.

public string Identifier { get; }

Property Value

string