Deletes the editor content from the database by given editor content ID.

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

Syntax

C#
public void DeleteEditorContentFromDatabase(
	int contentID
)
Visual Basic
Public Sub DeleteEditorContentFromDatabase ( _
	contentID As Integer _
)
Visual C++
public:
void DeleteEditorContentFromDatabase(
	int contentID
)

Parameters

contentID
Type: System..::..Int32
ID of the editor content in the database.

See Also