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

ASPxHtmlEditor.Import(HtmlEditorImportFormat, Stream) Method

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public void Import(
    HtmlEditorImportFormat format,
    Stream inputStream
)

Parameters

Name Type Description
format HtmlEditorImportFormat

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

inputStream Stream

A Stream object from which the editor content is imported.

See Also