- Properties
 - Body
 - GetExtendedAttributeBool
 - GetExtendedAttributeDateTime
 - GetExtendedAttributeGuid
 - GetExtendedAttributeInt
 - GetExtendedAttributeString
 - HtmlName
 
Properties
| Name | Access | Type | Description | 
|---|---|---|---|
| AnswerCount | Read | Nullable of Int32 | Answer Count | 
| Application | Read | Application | Application | 
| Approved | Read, Write | Nullable of Boolean | Approved | 
| Author | Read | User | Author | 
| AvatarUrl | Read | String | Avatar Url | 
| ContentId | Read | Guid | Content Id | 
| Date | Read | Nullable of DateTime | Date | 
| EditNotes | Read | String | Edit Notes | 
| EmoticonId | Read | Nullable of Int32 | Emoticon Id | 
| Excerpt | Read | String | Excerpt | 
| ExtendedAttributes | Read | ApiList of ExtendedAttribute | Extended Attributes | 
| FeaturedImage | Read | String | Featured Image | 
| File | Read | MediaFile | File | 
| ForumId | Read | Nullable of Int32 | Forum Id | 
| ForumReplyId | Read | Nullable of Int32 | Forum Reply Id | 
| GroupId | Read | Nullable of Int32 | Group Id | 
| HasPoll | Read | Nullable of Boolean | Has Poll | 
| HasRead | Read | Nullable of Boolean | Has Read | 
| Id | Read | Nullable of Int32 | Id | 
| InternalEntity | Read | Thread | Internal Entity | 
| IsAnnouncement | Read | Nullable of Boolean | Is Announcement | 
| IsAnonymous | Read | Nullable of Boolean | Is Anonymous | 
| IsFeatured | Read | Nullable of Boolean | Is Featured | 
| IsLocked | Read | Nullable of Boolean | Is Locked | 
| IsPopular | Read | Nullable of Boolean | Is Popular | 
| IsSticky | Read | Nullable of Boolean | Is Sticky | 
| LastReadDate | Read | Nullable of DateTime | Last Read Date | 
| LatestForumReplyAuthorId | Read | Nullable of Int32 | Latest Forum Reply Author Id | 
| LatestForumReplyId | Read | Nullable of Int32 | Latest Forum Reply Id | 
| LatestPostDate | Read | Nullable of DateTime | Latest Post Date | 
| Points | Read | Nullable of Int32 | Points | 
| PollDescription | Read | String | Poll Description | 
| PollExpirationDate | Read | Nullable of DateTime | Poll Expiration Date | 
| PollTitle | Read | String | Poll Title | 
| PostLevel | Read | Nullable of Int32 | Post Level | 
| PostMedia | Read | String | Post Media | 
| PostType | Read | String | Post Type | 
| Rating | Read | Nullable of Double | Rating | 
| ReplyCount | Read | Nullable of Int32 | Reply Count | 
| SearchUniqueId | Read | String | Search Unique Id | 
| SortOrder | Read | Nullable of Int32 | Sort Order | 
| SpamScore | Read | Nullable of Int32 | Spam Score | 
| SpamStatus | Read | String | Spam Status | 
| StickyDate | Read | Nullable of DateTime | Sticky Date | 
| Subject | Read | String | Subject | 
| SubscriberCount | Read | Nullable of Int32 | Subscriber Count | 
| SuggestedAnswerCount | Read | Nullable of Int32 | Suggested Answer Count | 
| Tags | Read | IList of String | Tags | 
| ThreadStatus | Read | String | Thread Status | 
| ThreadType | Read | String | Thread Type | 
| Url | Read | String | Url | 
| ViewCount | Read | Nullable of Int32 | View Count | 
Methods
Body
Body Overload 1
Velocity
#set($stringResponse = $context_v2_automationTrigger.Arguments.Body())
JavaScript
var stringResponse = context_v2_automationTrigger.Arguments.Body();
Body Overload 2
Velocity
#set($stringResponse = $context_v2_automationTrigger.Arguments.Body($postTarget))
JavaScript
var stringResponse = context_v2_automationTrigger.Arguments.Body(postTarget);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| postTarget | String | Post Target | Required | 
Returns
StringGetExtendedAttributeBool
Velocity
#set($booleanResponse = $context_v2_automationTrigger.Arguments.GetExtendedAttributeBool($name, $defaultValue))
JavaScript
var booleanResponse = context_v2_automationTrigger.Arguments.GetExtendedAttributeBool(name, defaultValue);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| name | String | Name | Required | ||
| defaultValue | Boolean | Default Value | Required | 
Returns
BooleanGetExtendedAttributeDateTime
Velocity
#set($dateTimeResponse = $context_v2_automationTrigger.Arguments.GetExtendedAttributeDateTime($name, $defaultValue))
JavaScript
var dateTimeResponse = context_v2_automationTrigger.Arguments.GetExtendedAttributeDateTime(name, defaultValue);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| name | String | Name | Required | ||
| defaultValue | DateTime | Default Value | Required | 
Returns
DateTimeGetExtendedAttributeGuid
Velocity
#set($guidResponse = $context_v2_automationTrigger.Arguments.GetExtendedAttributeGuid($name, $defaultValue))
JavaScript
var guidResponse = context_v2_automationTrigger.Arguments.GetExtendedAttributeGuid(name, defaultValue);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| name | String | Name | Required | ||
| defaultValue | Guid | Default Value | Required | 
Returns
GuidGetExtendedAttributeInt
Velocity
#set($int32Response = $context_v2_automationTrigger.Arguments.GetExtendedAttributeInt($name, $defaultValue))
JavaScript
var int32Response = context_v2_automationTrigger.Arguments.GetExtendedAttributeInt(name, defaultValue);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| name | String | Name | Required | ||
| defaultValue | Int32 | Default Value | Required | 
Returns
Int32GetExtendedAttributeString
Velocity
#set($stringResponse = $context_v2_automationTrigger.Arguments.GetExtendedAttributeString($name, $defaultValue))
JavaScript
var stringResponse = context_v2_automationTrigger.Arguments.GetExtendedAttributeString(name, defaultValue);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| name | String | Name | Required | ||
| defaultValue | String | Default Value | Required | 
Returns
StringHtmlName
Velocity
#set($stringResponse = $context_v2_automationTrigger.Arguments.HtmlName($postTarget))
JavaScript
var stringResponse = context_v2_automationTrigger.Arguments.HtmlName(postTarget);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| postTarget | String | Post Target | Required | 
Returns
String