Inserts the editor content to the database by given editor content.
Namespace: Karamasoft.WebControls.UltimateEditorAssembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618
Syntax
| C# |
|---|
public void InsertEditorContentToDatabase(
string content
) |
| Visual Basic |
|---|
Public Sub InsertEditorContentToDatabase ( _
content As String _
) |
| Visual C++ |
|---|
public:
void InsertEditorContentToDatabase(
String^ content
) |
Parameters
- content
- Type: System..::..String
Content of the editor to be stored in the database.
See Also