Properties
Name | Access | Type | Description |
---|---|---|---|
Application | Read | Application | Application |
ChildPageCount | Read | Nullable of Int32 | Child Page Count |
CommentCount | Read | Nullable of Int32 | Comment Count |
ContentId | Read | Guid | Content Id |
Date | Read | Nullable of DateTime | Date |
FeaturedImage | Read | String | Featured Image |
GroupId | Read | Nullable of Int32 | Group Id |
HiddenInTableOfContents | Read | Boolean | Hidden In Table Of Contents |
Id | Read | Nullable of Int32 | Id |
IsDefaultPage | Read | Nullable of Boolean | Is Default Page |
IsFeatured | Read | Nullable of Boolean | Is Featured |
IsLocked | Read | Nullable of Boolean | Is Locked |
IsPublished | Read | Nullable of Boolean | Is Published |
LastModifiedDate | Read | Nullable of DateTime | Last Modified Date |
MetaDescription | Read | String | Meta Description |
MetaKeywords | Read | String | Meta Keywords |
MetaTitle | Read | String | Meta Title |
PageKey | Read | String | Page Key |
ParentPageId | Read | Nullable of Int32 | Parent Page Id |
Position | Read | Nullable of Int32 | Position |
RatingCount | Read | Nullable of Int32 | Rating Count |
RatingSum | Read | Nullable of Int32 | Rating Sum |
RevisionCount | Read | Nullable of Int32 | Revision Count |
RevisionNumber | Read | Nullable of Int32 | Revision Number |
SearchUniqueId | Read | String | Search Unique Id |
Tags | Read | IList of String | Tags |
Title | Read | String | Title |
Url | Read | String | Url |
User | Read | User | User |
ViewCount | Read | Nullable of Int32 | View Count |
WikiId | Read | Nullable of Int32 | Wiki Id |
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
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