Gets 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 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.

Return Value

DataSet with the file information.

See Also