HtmlEditorExtension.Import(HtmlEditorImportFormat, String, Action<String, IEnumerable<String>>) Method
Imports the editor content from a specific file, based on the provided settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public static void Import(
HtmlEditorImportFormat format,
string filePath,
Action<string, IEnumerable<string>> onImport
)
Parameters
Name | Type | Description |
---|---|---|
format | HtmlEditorImportFormat | One of the HtmlEditorImportFormat enumeration values specifying the imported file format. |
filePath | String | A string value specifying the path to a file whose content should be imported. |
onImport | Action<String, IEnumerable<String>> | A delegate method to execute after importing the document. |
See Also