Properties
Name | Access | Type | Description |
---|---|---|---|
Application | Read | Application | Application |
AvatarUrl | Read | String | Avatar Url |
ContentId | Read | Guid | Content Id |
ContentTypeId | Read | Guid | Content Type Id |
CreatedDate | Read | DateTime | Created Date |
CreatedUserId | Read | Nullable of Int32 | Created User Id |
IsEnabled | Read | Boolean | Is Enabled |
TargetApplicationId | Read | Guid | Target Application Id |
TargetApplicationTypeId | Read | Guid | Target Application Type Id |
TargetContentTypeId | Read | Guid | Target Content Type Id |
Url | Read | String | Url |
Methods
GetReviewableText
Velocity
#set($reviewableTextResponse = $context_v2_automationTrigger.Arguments.GetReviewableText())
JavaScript
var reviewableTextResponse = context_v2_automationTrigger.Arguments.GetReviewableText();
Returns
HtmlDescription
Velocity
#set($stringResponse = $context_v2_automationTrigger.Arguments.HtmlDescription($target))
JavaScript
var stringResponse = context_v2_automationTrigger.Arguments.HtmlDescription(target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | String | Target | Required |
Returns
String
HtmlName
Velocity
#set($stringResponse = $context_v2_automationTrigger.Arguments.HtmlName($target))
JavaScript
var stringResponse = context_v2_automationTrigger.Arguments.HtmlName(target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | String | Target | Required |
Returns
String