|
Name |
Description |
|
void Import(string filePath)
|
Imports the editor content from a specific file.
|
|
void Import(string filePath, bool useInlineStyles)
|
Imports the editor content from a specific file, based on the provided settings.
|
|
void Import(HtmlEditorImportFormat format, Stream inputStream)
|
Imports the editor content from a specific stream, based on the provided settings.
|
|
void Import(HtmlEditorImportFormat format, string filePath)
|
Imports the editor content from the specified file.
|
|
void Import(string filePath, string contentFolder)
|
Imports the editor content from a specific file, based on the provided settings.
|
|
void Import(HtmlEditorImportFormat format, Stream inputStream, bool useInlineStyles)
|
Imports the editor content from a specific stream, based on the provided settings.
|
|
void Import(HtmlEditorImportFormat format, string filePath, bool useInlineStyles)
|
Imports the editor content from a specific file, based on the provided settings.
|
|
void Import(HtmlEditorImportFormat format, string filePath, string contentFolder)
|
Imports the editor content from a specific file, based on the provided settings.
|
|
void Import(string filePath, bool useInlineStyles, string contentFolder)
|
Imports the editor content from a specific file, based on the provided settings.
|
|
void Import(HtmlEditorImportFormat format, Stream inputStream, string contentFolder)
|
Imports the editor content from a specific stream, based on the provided settings.
|
|
void Import(HtmlEditorImportFormat format, Stream inputStream, bool useInlineStyles, string contentFolder)
|
Imports the editor content from a specific stream, based on the provided settings.
|
|
void Import(HtmlEditorImportFormat format, string filePath, bool useInlineStyles, string contentFolder)
|
Imports the editor content from a specific file, based on the provided settings.
|