The ContentInDatabase type exposes the following members.

Constructors

  NameDescription
Public methodContentInDatabase
Initializes a new instance of the ContentInDatabase class

Methods

  NameDescription
Public methodDeleteEditorContentFromDatabase
Deletes the editor content from the database by given editor content ID.
Public methodGetEditorContentFromDatabase
Gets the editor content from the database by given editor content ID.
Public methodInsertEditorContentToDatabase
Inserts the editor content to the database by given editor content.
Public methodUpdateEditorContentInDatabase
Updates the editor content in the database by given editor content ID and the new content.

See Also