- Properties
- Body
- GetExtendedAttributeBool
- GetExtendedAttributeDateTime
- GetExtendedAttributeGuid
- GetExtendedAttributeInt
- GetExtendedAttributeString
- HtmlName
Properties
| Name | Access | Type | Description | 
|---|---|---|---|
| AnswerVerifiedByUserId | Read | Nullable of Int32 | Answer Verified By User Id | 
| Application | Read | Application | Application | 
| Approved | Read | Nullable of Boolean | Approved | 
| Author | Read | User | Author | 
| ContentId | Read | Guid | Content Id | 
| Date | Read | Nullable of DateTime | Date | 
| EditNotes | Read | String | Edit Notes | 
| EmailFiles | Read | IList of EmailFile | Email Files | 
| EmoticonId | Read | Int32 | Emoticon Id | 
| Excerpt | Read | String | Excerpt | 
| ExtendedAttributes | Read | ApiList of ExtendedAttribute | Extended Attributes | 
| File | Read | MediaFile | File | 
| ForumId | Read | Nullable of Int32 | Forum Id | 
| Id | Read | Nullable of Int32 | Id | 
| InternalEntity | Read | ForumPost | Internal Entity | 
| IsAnonymous | Read | Nullable of Boolean | Is Anonymous | 
| IsAnswer | Read | Nullable of Boolean | Is Answer | 
| IsLocked | Read | Nullable of Boolean | Is Locked | 
| IsSuggestedAnswer | Read | Nullable of Boolean | Is Suggested Answer | 
| ParentId | Read | Nullable of Int32 | Parent Id | 
| Points | Read | Nullable of Int32 | Points | 
| PostLevel | Read | Nullable of Int32 | Post Level | 
| PostMedia | Read | String | Post Media | 
| PostStatus | Read | String | Post Status | 
| PostType | Read | String | Post Type | 
| 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 | 
| Subject | Read | String | Subject | 
| Tags | Read | IList of String | Tags | 
| ThreadId | Read | Nullable of Int32 | Thread Id | 
| Url | Read | String | Url | 
| UserHostAddress | Read | String | User Host Address | 
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 
				