Skip to main content
A newer version of this page is available. .

ASPxHtmlEditor.Import(HtmlEditorImportFormat, String) Method

Imports the editor content from the specified file.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

public void Import(
    HtmlEditorImportFormat format,
    string filePath
)

Parameters

Name Type Description
format HtmlEditorImportFormat

One of the HtmlEditorImportFormat enumeration values specifying the imported file format.

filePath String

A string value specifying the path to a file whose content should be imported.

See Also