| Post Class |
Namespace: Dynamicweb.Content.Social
The Post type exposes the following members.
| Name | Description | |
|---|---|---|
| Body |
Gets or sets the post body.
(Inherited from PostBase.) | |
| Channel |
Gets the channel object that this post was published on.
| |
| ChannelID |
Gets or sets the channel ID.
| |
| Connection | (Inherited from DbObject.) | |
| Created |
Gets the date and time when the message was created.
(Inherited from PostBase.) | |
| ID | (Inherited from DbObject.) | |
| Image |
Gets or sets the URI of the image that should be associated with the post.
(Inherited from PostBase.) | |
| IsNew | (Inherited from DbObject.) | |
| IsPublished |
Gets value indicating whether this post is published.
(Inherited from PostBase.) | |
| Link |
Gets or sets the URI that should be associated with the post.
(Inherited from PostBase.) | |
| Message |
Gets the message which is the parent object for this post.
| |
| MessageID |
Gets or sets the message Id.
| |
| ParsedText |
Gets or sets the parsed post body.
| |
| Published |
Gets or sets the date and time this message was published.
(Inherited from PostBase.) | |
| PublishResult |
Gets or sets the result of publishing this post.
| |
| Title |
Gets or sets the post title.
(Inherited from PostBase.) | |
| Transaction | (Inherited from DbObject.) | |
| Updated |
Gets the date and time when the message was updated.
(Inherited from PostBase.) |
| Name | Description | |
|---|---|---|
| Delete | (Inherited from DbObject.) | |
| Delete(Int32) | (Inherited from DbObject.) | |
| Fill |
Fills object properties with data from the given IDataReader object.
(Overrides PostBaseFill(IDataReader).) | |
| FillRow |
Fills the given DataRow object with object state values.
(Overrides PostBaseFillRow(DataRow).) | |
| GetPostById |
Returns the post by its Id.
| |
| GetPosts |
Gets all posts available posts.
| |
| GetPostsByChannelId |
Gets all posts by the given channel Id.
| |
| GetPostsByMessageId |
Gets all posts by the given message Id.
| |
| GetPublishData |
Returns the publish data to publish to the channel.
| |
| Load | (Inherited from DbObject.) | |
| Save | (Inherited from DbObject.) |
| Name | Description | |
|---|---|---|
| _id | (Inherited from DbObject.) | |
| _keyField | (Inherited from DbObject.) | |
| _tableName | (Inherited from DbObject.) |