Updates the editor content in the database by given editor content ID and the new content.

Namespace: Karamasoft.WebControls.UltimateEditor
Assembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618

Syntax

C#
public void UpdateEditorContentInDatabase(
	int contentID,
	string content
)
Visual Basic
Public Sub UpdateEditorContentInDatabase ( _
	contentID As Integer, _
	content As String _
)
Visual C++
public:
void UpdateEditorContentInDatabase(
	int contentID, 
	String^ content
)

Parameters

contentID
Type: System..::..Int32
ID of the editor content in the database.
content
Type: System..::..String
Content of the editor to be stored in the database.

See Also