Class ForumPostConfig
Defined in: sdk.js.
Constructor Attributes | Constructor Name and Description |
---|---|
This object models a forum post.
|
Field Attributes | Field Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
parseXML(element)
|
|
toXML()
|
Class Detail
ForumPostConfig()
This object models a forum post.
It can be used from a forum UI, or with the Libre Web API.
It can convert itself to/from XML for web API usage.
You must set the forum id as the forum of the forum post.
A forum post that has a parent (parent forum post id) is a reply.
Field Detail
creationDate
creator
dailyViews
details
detailsText
flaggedReason
forum
id
isAdmin
isFeatured
isFlagged
monthlyViews
parent
replies
replyCount
summary
tags
topic
views
weeklyViews
Method Detail
parseXML(element)
- Parameters:
- element
toXML()