Gets the editor content from the database by given editor content ID.
Namespace: Karamasoft.WebControls.UltimateEditorAssembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618
Syntax
| C# |
|---|
public DataSet GetEditorContentFromDatabase( int contentID ) |
| Visual Basic |
|---|
Public Function GetEditorContentFromDatabase ( _ contentID As Integer _ ) As DataSet |
| Visual C++ |
|---|
public: DataSet^ GetEditorContentFromDatabase( int contentID ) |
Parameters
- contentID
- Type: System..::..Int32
ID of the editor content in the database.