Properties
Name | Access | Type | Description |
---|---|---|---|
ApplicationKey | Read | String | Application Key |
ContentId | Read | Guid | Content Id |
ContentTypeId | Read | Guid | Content Type Id |
CreatedDate | Read | DateTime | Created Date |
GroupId | Read | Int32 | Group Id |
Id | Read | Guid | Id |
IsEnabled | Read | Boolean | Is Enabled |
LastPostDate | Read | Nullable of DateTime | Last Post Date |
Name | Read | String | Name |
TotalPosts | Read | Int32 | Total Posts |
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