Message Class |
Namespace: Dynamicweb.Content.Social
The Message type exposes the following members.
Name | Description | |
---|---|---|
Body |
Gets or sets the post body.
(Inherited from PostBase.) | |
Connection | (Inherited from DbObject.) | |
Created |
Gets the date and time when the message was created.
(Inherited from PostBase.) | |
FolderId | ||
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.) | |
Posts |
Gets the list of all posts related to this message.
| |
Published |
Gets or sets the date and time this message was published.
(Inherited from PostBase.) | |
PublishedSuccessfully | ||
ScheduledDate | ||
SocialTask | ||
Title |
Gets or sets the post title.
(Inherited from PostBase.) | |
TopFolderId | ||
Transaction | (Inherited from DbObject.) | |
Updated |
Gets the date and time when the message was updated.
(Inherited from PostBase.) |
Name | Description | |
---|---|---|
CreateScheduledTask |
Creates the scheduled task for email sending.
| |
CreateSendScheduledTask | ||
Delete | (Inherited from DbObject.) | |
Delete(Int32) | (Inherited from DbObject.) | |
DeletePostsByChannelsReverse |
Deletes posts that don't belong to the given channels.
| |
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).) | |
GetMessageById |
Returns the message by its Id.
| |
GetMessageCountByTopFolderId | ||
GetMessages |
Returns a list of all available messages.
| |
GetMessagesWithFailedPosts |
Returns a list of all available messages.
| |
GetPublishedMessages |
Returns a list of all published messages.
| |
GetPublishedMessages(Int32) |
Returns a list of all published messages.
| |
GetScheduledMessages |
Returns a list of all scheduled messages.
| |
GetScheduledMessages(Int32) |
Returns a list of all scheduled messages.
| |
GetUnpublishedMessages |
Returns a list of all unpublished messages.
| |
GetUnpublishedMessagesCount |
Returns a total number of all unpublished messages.
| |
GetUnpublishedMessagesWithoutScheduled |
Returns a list of all unpublished messages.
| |
GetUnpublishedMessagesWithoutScheduled(Int32) |
Returns a list of all unpublished messages.
| |
Load | (Inherited from DbObject.) | |
Publish |
Publishes this messages posts to the related channels.
| |
Save | (Inherited from DbObject.) |
Name | Description | |
---|---|---|
_id | (Inherited from DbObject.) | |
_keyField | (Inherited from DbObject.) | |
_tableName | (Inherited from DbObject.) |