- Properties
- AddPollItem
- ClearPollItems
- CompareTo
- ContentHtml
- Copy
- CopyPollDataFrom
- GetBool
- GetCurrentRelated
- GetDateTime
- GetExtendedAttribute
- GetInt
- GetPollItems
- GetSerializedXml
- GetSerializerData
- GetString
- RemovePollItem
- RenderedBody
- SetExtendedAttribute
- SetPostMedia
- SetSerializedXml
- SetSerializerData
- SetSubjectRaw
- TitleHtml
- UpdatePollItem
- ViewCount
Properties
Name | Access | Type | Description |
---|---|---|---|
ApiContentType | Read | Nullable of Guid | Api Content Type |
ApplicationId | Read | Guid | Application Id |
ApplicationType | Read | ApplicationType | Application Type |
ApplicationTypeId | Read | Guid | Application Type Id |
Attachment | Read, Write | IAttachment | Attachment |
AttachmentFilename | Read, Write | String | Attachment Filename |
AttachmentKey | Read | AttachmentKey | Attachment Key |
AuthorID | Read, Write | Int32 | Author I D |
Body | Read, Write | String | Body |
Categories | Read, Write | Array of String | Categories |
Container | Read | IContentContainer | Container |
ContentID | Read, Write | Guid | Content I D |
ContentType | Read, Write | String | Content Type |
ContentTypeId | Read | Int32 | Content Type Id |
Date | Read | DateTime | Date |
DisplayName | Read | String | Display Name |
Downloads | Read, Write | Int32 | Downloads |
EditNotes | Read, Write | String | Edit Notes |
EmbedCode | Read | String | Embed Code |
EmoticonID | Read, Write | Int32 | Emoticon I D |
EnableCommentNotification | Read, Write | Boolean | Enable Comment Notification |
EnableComments | Read | Boolean | Enable Comments |
EnableMediaGalleryPostNotification | Read, Write | Boolean | Enable Media Gallery Post Notification |
EnableRatings | Read, Write | Boolean | Enable Ratings |
Excerpt | Read, Write | String | Excerpt |
ExtendedAttributesCount | Read | Int32 | Extended Attributes Count |
ExtendedAttributesKeys | Read | Array of String | Extended Attributes Keys |
FeaturedImage | Read | String | Featured Image |
FileSize | Read, Write | Int32 | File Size |
ForceExcerpt | Read | String | Force Excerpt |
FormattedBody | Read, Write | String | Formatted Body |
HasAttachment | Read | Boolean | Has Attachment |
HasCategories | Read | Boolean | Has Categories |
HasExcerpt | Read | Boolean | Has Excerpt |
HasInk | Read | Boolean | Has Ink |
HasName | Read | Boolean | Has Name |
HasPoll | Read, Write | Boolean | Has Poll |
HasRead | Read, Write | Boolean | Has Read |
HasSubmittedUserName | Read | Boolean | Has Submitted User Name |
HasTitleUrl | Read | Boolean | Has Title Url |
HasVideo | Read | Boolean | Has Video |
IndexInThread | Read, Write | Int32 | Index In Thread |
InkID | Read, Write | Int32 | Ink I D |
IsAnnouncement | Read | Boolean | Is Announcement |
IsApproved | Read, Write | Boolean | Is Approved |
IsFeatured | Read | Boolean | Is Featured |
IsHidden | Read, Write | Boolean | Is Hidden |
IsIndexed | Read, Write | Boolean | Is Indexed |
IsLocked | Read, Write | Boolean | Is Locked |
IsPopular | Read | Boolean | Is Popular |
IsReadOnly | Read | Boolean | Is Read Only |
IsSticky | Read, Write | Boolean | Is Sticky |
IsTracked | Read, Write | Boolean | Is Tracked |
LastReadDate | Read, Write | DateTime | Last Read Date |
MediaGalleryPostType | Read, Write | MediaGalleryPostType | Media Gallery Post Type |
MetaDescription | Read, Write | String | Meta Description |
MetaKeywords | Read, Write | String | Meta Keywords |
MetaTitle | Read, Write | String | Meta Title |
MostRecentPostAuthor | Read, Write | String | Most Recent Post Author |
MostRecentPostAuthorID | Read, Write | Int32 | Most Recent Post Author I D |
MostRecentPostID | Read, Write | Int32 | Most Recent Post I D |
Name | Read, Write | String | Name |
NodeId | Read | Guid | Node Id |
OpenGraphDescription | Read, Write | String | Open Graph Description |
OpenGraphImageUrl | Read, Write | String | Open Graph Image Url |
OpenGraphTitle | Read, Write | String | Open Graph Title |
ParentID | Read, Write | Int32 | Parent I D |
Points | Read, Write | Int32 | Points |
PollDescription | Read, Write | String | Poll Description |
PollExpirationDate | Read, Write | DateTime | Poll Expiration Date |
PollItemIndexes | Read, Write | String | Poll Item Indexes |
PollTitle | Read, Write | String | Poll Title |
PostDate | Read, Write | DateTime | Post Date |
PostID | Read, Write | Int32 | Post I D |
PostLevel | Read, Write | Int32 | Post Level |
PostMedia | Read, Write | PostMediaType | Post Media |
PostStatus | Read, Write | PostStatus | Post Status |
PostType | Read, Write | PostContentType | Post Type |
RatingAverage | Read | Double | Rating Average |
Ratings | Read | IList | Ratings |
RatingSum | Read, Write | Int32 | Rating Sum |
Replies | Read, Write | Int32 | Replies |
Section | Read, Write | Section | Section |
SectionID | Read, Write | Int32 | Section I D |
SettingsID | Read, Write | Int32 | Settings I D |
SortOrder | Read, Write | Int32 | Sort Order |
SpamScore | Read, Write | Int32 | Spam Score |
SpamStatus | Read, Write | SpamStatus | Spam Status |
Status | Read, Write | ThreadStatus | Status |
StickyDate | Read, Write | DateTime | Sticky Date |
Stub | Read | String | Stub |
Subject | Read, Write | String | Subject |
SubmittedUserName | Read, Write | String | Submitted User Name |
ThreadDate | Read, Write | DateTime | Thread Date |
ThreadID | Read, Write | Int32 | Thread I D |
ThreadIDNext | Read, Write | Int32 | Thread I D Next |
ThreadIDPrev | Read, Write | Int32 | Thread I D Prev |
TitleUrl | Read, Write | String | Title Url |
TotalRatings | Read, Write | Int32 | Total Ratings |
Uri | Read | Uri | Uri |
User | Read | User | User |
UserHostAddress | Read, Write | String | User Host Address |
UserID | Read, Write | Int32 | User I D |
UserTime | Read, Write | DateTime | User Time |
VideoContentType | Read | String | Video Content Type |
VideoDuration | Read, Write | String | Video Duration |
VideoFileFormat | Read | String | Video File Format |
VideoHeight | Read, Write | Int32 | Video Height |
VideoImageUrl | Read, Write | String | Video Image Url |
VideoUrl | Read, Write | String | Video Url |
VideoWidth | Read, Write | Int32 | Video Width |
Methods
AddPollItem
Velocity
$mediaGalleryPost.AddPollItem($item)
JavaScript
mediaGalleryPost.AddPollItem(item);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
item | PollItem | Item | Required |
Returns
NothingClearPollItems
Velocity
$mediaGalleryPost.ClearPollItems()
JavaScript
mediaGalleryPost.ClearPollItems();
Returns
NothingCompareTo
Velocity
#set($int32Response = $mediaGalleryPost.CompareTo($value))
JavaScript
var int32Response = mediaGalleryPost.CompareTo(value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
value | Object | Value | Required |
Returns
Int32
ContentHtml
Velocity
#set($stringResponse = $mediaGalleryPost.ContentHtml($target))
JavaScript
var stringResponse = mediaGalleryPost.ContentHtml(target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | PostTarget | Target | Required |
Returns
String
Copy
Copy Overload 1
Velocity
#set($objectResponse = $mediaGalleryPost.Copy())
JavaScript
var objectResponse = mediaGalleryPost.Copy();
Copy Overload 2
Velocity
#set($objectResponse = $mediaGalleryPost.Copy())
JavaScript
var objectResponse = mediaGalleryPost.Copy();
Returns
Object
CopyPollDataFrom
Velocity
$mediaGalleryPost.CopyPollDataFrom($p)
JavaScript
mediaGalleryPost.CopyPollDataFrom(p);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
p | Post | P | Required |
Returns
NothingGetBool
Velocity
#set($booleanResponse = $mediaGalleryPost.GetBool($name, $defaultValue))
JavaScript
var booleanResponse = mediaGalleryPost.GetBool(name, defaultValue);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | String | Name | Required | ||
defaultValue | Boolean | Default Value | Required |
Returns
Boolean
GetCurrentRelated
Velocity
#set($booleanResponse = $mediaGalleryPost.GetCurrentRelated($relatedObject))
JavaScript
var booleanResponse = mediaGalleryPost.GetCurrentRelated(relatedObject);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
relatedObject | T& | Related Object | Required |
Returns
Boolean
GetDateTime
Velocity
#set($dateTimeResponse = $mediaGalleryPost.GetDateTime($name, $defaultValue))
JavaScript
var dateTimeResponse = mediaGalleryPost.GetDateTime(name, defaultValue);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | String | Name | Required | ||
defaultValue | DateTime | Default Value | Required |
Returns
DateTime
GetExtendedAttribute
Velocity
#set($stringResponse = $mediaGalleryPost.GetExtendedAttribute($name))
JavaScript
var stringResponse = mediaGalleryPost.GetExtendedAttribute(name);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | String | Name | Required |
Returns
String
GetInt
Velocity
#set($int32Response = $mediaGalleryPost.GetInt($name, $defaultValue))
JavaScript
var int32Response = mediaGalleryPost.GetInt(name, defaultValue);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | String | Name | Required | ||
defaultValue | Int32 | Default Value | Required |
Returns
Int32
GetPollItems
Velocity
#set($listResponse = $mediaGalleryPost.GetPollItems())
JavaScript
var listResponse = mediaGalleryPost.GetPollItems();
Returns
List of PollItem
GetSerializedXml
Velocity
#set($stringResponse = $mediaGalleryPost.GetSerializedXml($asNameValueAttributes))
JavaScript
var stringResponse = mediaGalleryPost.GetSerializedXml(asNameValueAttributes);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
asNameValueAttributes | Boolean | As Name Value Attributes | Required |
Returns
String
GetSerializerData
Velocity
#set($serializerDataResponse = $mediaGalleryPost.GetSerializerData())
JavaScript
var serializerDataResponse = mediaGalleryPost.GetSerializerData();
Returns
GetString
Velocity
#set($stringResponse = $mediaGalleryPost.GetString($name, $defaultValue))
JavaScript
var stringResponse = mediaGalleryPost.GetString(name, defaultValue);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | String | Name | Required | ||
defaultValue | String | Default Value | Required |
Returns
String
RemovePollItem
Velocity
#set($pollItemResponse = $mediaGalleryPost.RemovePollItem($item))
JavaScript
var pollItemResponse = mediaGalleryPost.RemovePollItem(item);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
item | PollItem | Item | Required |
Returns
RenderedBody
Velocity
#set($stringResponse = $mediaGalleryPost.RenderedBody($target))
JavaScript
var stringResponse = mediaGalleryPost.RenderedBody(target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | PostTarget | Target | Required |
Returns
String
SetExtendedAttribute
Velocity
$mediaGalleryPost.SetExtendedAttribute($name, $value)
JavaScript
mediaGalleryPost.SetExtendedAttribute(name, value);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
name | String | Name | Required | ||
value | String | Value | Required |
Returns
NothingSetPostMedia
Velocity
$mediaGalleryPost.SetPostMedia($pm, $isSelected)
JavaScript
mediaGalleryPost.SetPostMedia(pm, isSelected);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
pm | PostMediaType | Pm | Required | ||
isSelected | Boolean | Is Selected | Required |
Returns
NothingSetSerializedXml
Velocity
$mediaGalleryPost.SetSerializedXml($xml)
JavaScript
mediaGalleryPost.SetSerializedXml(xml);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
xml | String | Xml | Required |
Returns
NothingSetSerializerData
Velocity
$mediaGalleryPost.SetSerializerData($data)
JavaScript
mediaGalleryPost.SetSerializerData(data);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
data | SerializerData | Data | Required |
Returns
NothingSetSubjectRaw
Velocity
$mediaGalleryPost.SetSubjectRaw($newSubject)
JavaScript
mediaGalleryPost.SetSubjectRaw(newSubject);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
newSubject | String | New Subject | Required |
Returns
NothingTitleHtml
Velocity
#set($stringResponse = $mediaGalleryPost.TitleHtml($target))
JavaScript
var stringResponse = mediaGalleryPost.TitleHtml(target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | PostTarget | Target | Required |
Returns
String
UpdatePollItem
Velocity
$mediaGalleryPost.UpdatePollItem($item)
JavaScript
mediaGalleryPost.UpdatePollItem(item);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
item | PollItem | Item | Required |
Returns
NothingViewCount
Velocity
#set($int32Response = $mediaGalleryPost.ViewCount())
JavaScript
var int32Response = mediaGalleryPost.ViewCount();
Returns
Int32