Properties
Name | Access | Type | Description |
---|---|---|---|
AuthorUserId | Read | Int32 | Author User Id |
ChallengeId | Read | Guid | Challenge Id |
ContentId | Read | Guid | Content Id |
ContentTypeId | Read | Guid | Content Type Id |
CreatedDate | Read | DateTime | Created Date |
CurrentStatusId | Read | Int32 | Current Status Id |
Id | Read | Guid | Id |
IsEnabled | Read | Boolean | Is Enabled |
LastUpdatedDate | Read | DateTime | Last Updated Date |
Name | Read | String | Name |
StatusAuthorUserId | Read | Nullable of Int32 | Status Author User Id |
StatusDateUtc | Read | Nullable of DateTime | Status Date Utc |
StatusKey | Read | String | Status Key |
Tags | Read | String | Tags |
UrlKey | Read | String | Url Key |
Methods
Description
Description Overload 1
Velocity
#set($stringResponse = $context_v2_automationTrigger.Arguments.Description())
JavaScript
var stringResponse = context_v2_automationTrigger.Arguments.Description();
Description Overload 2
Velocity
#set($stringResponse = $context_v2_automationTrigger.Arguments.Description($target))
JavaScript
var stringResponse = context_v2_automationTrigger.Arguments.Description(target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | String | Target | Required |
Returns
String
StatusNotes
StatusNotes Overload 1
Velocity
#set($stringResponse = $context_v2_automationTrigger.Arguments.StatusNotes())
JavaScript
var stringResponse = context_v2_automationTrigger.Arguments.StatusNotes();
StatusNotes Overload 2
Velocity
#set($stringResponse = $context_v2_automationTrigger.Arguments.StatusNotes($target))
JavaScript
var stringResponse = context_v2_automationTrigger.Arguments.StatusNotes(target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | String | Target | Required |
Returns
String