ASPxHtmlEditor.Import(HtmlEditorImportFormat, Stream, Boolean, String) Method
Imports the editor content from a specific stream, based on the provided settings.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public void Import(
HtmlEditorImportFormat format,
Stream inputStream,
bool useInlineStyles,
string contentFolder
)
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. |
useInlineStyles | Boolean |
|
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