Deletes the editor content from the database by given editor content ID.
Namespace:
Karamasoft.WebControls.UltimateEditor
Assembly:
UltimateEditor (in UltimateEditor.dll) Version: 3.6.3822.15677
Syntax
| C# |
|---|
public void DeleteEditorContentFromDatabase(
int contentID
) |
| Visual Basic (Declaration) |
|---|
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