Properties
Name | Access | Type | Description |
---|---|---|---|
ContentId | Read | Guid | Content Id |
ContentTypeId | Read | Guid | Content Type Id |
EndDateUtc | Read | Nullable of DateTime | End Date Utc |
FeaturedImage | Read | String | Featured Image |
StartDateUtc | Read | Nullable of DateTime | Start Date Utc |
TypeId | Read | Nullable of Guid | Type Id |
Methods
DescriptionHtml
Velocity
#set($stringResponse = $context_v2_automationTrigger.Arguments.DescriptionHtml($target))
JavaScript
var stringResponse = context_v2_automationTrigger.Arguments.DescriptionHtml(target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | String | Target | Required |
Returns
String
TitleHtml
Velocity
#set($stringResponse = $context_v2_automationTrigger.Arguments.TitleHtml($target))
JavaScript
var stringResponse = context_v2_automationTrigger.Arguments.TitleHtml(target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | String | Target | Required |
Returns
String