- Properties
- GetExtendedAttributeBool
- GetExtendedAttributeDateTime
- GetExtendedAttributeGuid
- GetExtendedAttributeInt
- GetExtendedAttributeString
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 |
QualityNoVotes | Read | Int32 | Quality No Votes |
QualityScore | Read | Int32 | Quality Score |
QualityYesVotes | Read | Int32 | Quality Yes Votes |
Rating | Read | Nullable of Double | Rating |
RenderedHtml | Read, Write | String | Rendered Html |
RenderedProperty | Read | String | Rendered Property |
RenderTarget | Read | String | Render Target |
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 |
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 |
TotalQualityVotes | Read | Int32 | Total Quality Votes |
Url | Read | String | Url |
UserHostAddress | Read | String | User Host Address |
ViewCount | Read | Nullable of Int32 | View Count |
Methods
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