aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-aspxhtmleditor-dot-import.md
| Name | Parameters | Description |
|---|---|---|
| Import(HtmlEditorImportFormat, Stream, Boolean, String) | format, inputStream, useInlineStyles, contentFolder | Imports the editor content from a specific stream, based on the provided settings. |
| Import(HtmlEditorImportFormat, Stream, Boolean) | format, inputStream, useInlineStyles | Imports the editor content from a specific stream, based on the provided settings. |
| Import(HtmlEditorImportFormat, Stream, String) | format, inputStream, contentFolder | Imports the editor content from a specific stream, based on the provided settings. |
| Import(HtmlEditorImportFormat, Stream) | format, inputStream | Imports the editor content from a specific stream, based on the provided settings. |
| Import(HtmlEditorImportFormat, String, Boolean, String) | format, filePath, useInlineStyles, contentFolder | Imports the editor content from a specific file, based on the provided settings. |
| Import(HtmlEditorImportFormat, String, Boolean) | format, filePath, useInlineStyles | Imports the editor content from a specific file, based on the provided settings. |
| Import(HtmlEditorImportFormat, String, String) | format, filePath, contentFolder | Imports the editor content from a specific file, based on the provided settings. |
| Import(HtmlEditorImportFormat, String) | format, filePath | Imports the editor content from the specified file. |
| Import(String, Boolean, String) | filePath, useInlineStyles, contentFolder | Imports the editor content from a specific file, based on the provided settings. |
| Import(String, Boolean) | filePath, useInlineStyles | Imports the editor content from a specific file, based on the provided settings. |
| Import(String, String) | filePath, contentFolder | Imports the editor content from a specific file, based on the provided settings. |
| Import(String) | filePath | Imports the editor content from a specific file. |