 | Message Class |
Inheritance Hierarchy
Namespace:
Dynamicweb.Forum
Assembly:
Dynamicweb.Forum (in Dynamicweb.Forum.dll) Version: 3.0.3
Syntaxpublic class Message : DbObject
Public Class Message
Inherits DbObject
The Message type exposes the following members.
Constructors
| Name | Description |
---|
 | Message | Initializes a new instance of the Message class |
Top
Properties
Methods
| Name | Description |
---|
  | ClearAnswers | |
 | Delete | (Inherited from DbObject.) |
 | Delete(Int32) | (Overrides DbObjectDelete(Int32).) |
  | DeleteMessagesByCategoryID | |
  | DeleteMessagesByParentID | |
  | DeleteRemovedFiles | |
 | Fill(IDataReader) | (Overrides DbObjectFill(IDataReader).) |
 | Fill(String) | |
 | FillRow | (Overrides DbObjectFillRow(DataRow).) |
  | GetMessageByID | |
  | GetMessages | |
  | GetRepliesByThread(Message) | |
  | GetRepliesByThread(Message, Int32, Int32) | |
  | GetRepliesByThreads(MessageCollection) | |
  | GetRepliesByThreads(MessageCollection, Int32, Int32) | |
  | GetThreadMessageByID | |
  | GetThreads | |
  | GetThreadsByCategories(CategoryCollection) | |
  | GetThreadsByCategories(CategoryCollection, ThreadsOrderByFields) | |
  | GetThreadsByCategories(CategoryCollection, Boolean) | Obsolete. |
  | GetThreadsByCategories(CategoryCollection, ThreadsOrderByFields, Int32, Int32) | |
  | GetThreadsByCategories(CategoryCollection, Boolean, Int32, Int32) | Obsolete. |
  | GetThreadsByCategory(Category) | |
  | GetThreadsByCategory(Category, ThreadsOrderByFields) | |
  | GetThreadsByCategory(Category, Boolean) | Obsolete. |
  | GetThreadsByCategory(Category, ThreadsOrderByFields, Int32, Int32) | |
  | GetThreadsByCategory(Category, Boolean, Int32, Int32) | Obsolete. |
  | GetThreadsByIDs | |
 | Load | (Inherited from DbObject.) |
  | LoadReplies | |
  | LoadThreads | |
 | Save | (Inherited from DbObject.) |
  | SaveFiles | |
Top
Fields
See Also