Skip to main content

ASPxHtmlEditor.Import(String, String) Method

Imports the editor content from a specific file, based on the provided settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public void Import(
    string filePath,
    string contentFolder
)

Parameters

Name Type Description
filePath String

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

contentFolder String

A string value specifying the path to a folder that should contain content files (such as images and/or css files) of the imported document.

See Also