- Properties
- Body
- GetExtendedAttributeBool
- GetExtendedAttributeDateTime
- GetExtendedAttributeGuid
- GetExtendedAttributeInt
- GetExtendedAttributeString
- HtmlName
Properties
Name | Access | Type | Description |
---|---|---|---|
Application | Read | Application | Application |
Author | Read | User | Author |
AvatarUrl | Read | String | Avatar Url |
BlogId | Read | Nullable of Int32 | Blog Id |
CommentCount | Read | Nullable of Int32 | Comment Count |
ContentId | Read | Guid | Content Id |
CreatedDate | Read | DateTime | Created Date |
CreatedUser | Read | User | Created User |
Excerpt | Read | String | Excerpt |
ExcerptSize | Read | Nullable of Int32 | Excerpt Size |
ExtendedAttributes | Read | ApiList of ExtendedAttribute | Extended Attributes |
FeaturedImage | Read | String | Featured Image |
File | Read | MediaFile | File |
GeneratePostSummary | Read | Nullable of Boolean | Generate Post Summary |
GroupId | Read | Nullable of Int32 | Group Id |
Id | Read | Nullable of Int32 | Id |
IsApproved | Read | Nullable of Boolean | Is Approved |
IsExternal | Read | Nullable of Boolean | Is External |
IsFeatured | Read | Nullable of Boolean | Is Featured |
IsLocked | Read | Nullable of Boolean | Is Locked |
IsPostEnabled | Read | Nullable of Boolean | Is Post Enabled |
MetaDescription | Read | String | Meta Description |
MetaKeywords | Read | String | Meta Keywords |
MetaTitle | Read | String | Meta Title |
OpenGraphDescription | Read | String | Open Graph Description |
OpenGraphImageUrl | Read | String | Open Graph Image Url |
OpenGraphTitle | Read | String | Open Graph Title |
PostImageAlternateText | Read | String | Post Image Alternate Text |
PostImageUrl | Read | String | Post Image Url |
PostType | Read | String | Post Type |
PublishedDate | Read | Nullable of DateTime | Published Date |
SearchUniqueId | Read | String | Search Unique Id |
Slug | Read | String | Slug |
Tags | Read | IList of String | Tags |
Title | Read | String | Title |
TitleUrl | Read | String | Title Url |
Url | Read | String | Url |
UsePostSummary | Read | Nullable of Boolean | Use Post Summary |
Views | Read | Nullable of Int32 | Views |
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
String
GetExtendedAttributeBool
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
Boolean
GetExtendedAttributeDateTime
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
DateTime
GetExtendedAttributeGuid
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
Guid
GetExtendedAttributeInt
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
Int32
GetExtendedAttributeString
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
String
HtmlName
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