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

ASPxHtmlEditor.Import(String) Method

Imports the editor content from a specific file.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public void Import(
    string filePath
)

Parameters

Name Type Description
filePath String

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

Remarks

If the specified file does not have an extension or its extension does not match the supported formats, an exception occurs.

See Also