Back to Devexpress

ASPxHtmlEditor.Import Method

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-aspxhtmleditor-dot-import.md

latest3.4 KB
Original Source

ASPxHtmlEditor.Import Method

NameParametersDescription
Import(HtmlEditorImportFormat, Stream, Boolean, String)format, inputStream, useInlineStyles, contentFolderImports the editor content from a specific stream, based on the provided settings.
Import(HtmlEditorImportFormat, Stream, Boolean)format, inputStream, useInlineStylesImports the editor content from a specific stream, based on the provided settings.
Import(HtmlEditorImportFormat, Stream, String)format, inputStream, contentFolderImports the editor content from a specific stream, based on the provided settings.
Import(HtmlEditorImportFormat, Stream)format, inputStreamImports the editor content from a specific stream, based on the provided settings.
Import(HtmlEditorImportFormat, String, Boolean, String)format, filePath, useInlineStyles, contentFolderImports the editor content from a specific file, based on the provided settings.
Import(HtmlEditorImportFormat, String, Boolean)format, filePath, useInlineStylesImports the editor content from a specific file, based on the provided settings.
Import(HtmlEditorImportFormat, String, String)format, filePath, contentFolderImports the editor content from a specific file, based on the provided settings.
Import(HtmlEditorImportFormat, String)format, filePathImports the editor content from the specified file.
Import(String, Boolean, String)filePath, useInlineStyles, contentFolderImports the editor content from a specific file, based on the provided settings.
Import(String, Boolean)filePath, useInlineStylesImports the editor content from a specific file, based on the provided settings.
Import(String, String)filePath, contentFolderImports the editor content from a specific file, based on the provided settings.
Import(String)filePathImports the editor content from a specific file.