Skip to main content
A newer version of this page is available. .

HtmlEditorFileSaveSettings Constructors

Contains settings related to saving an uploaded file to the HtmlEditor extension’s file storage.
Name Parameters Description
HtmlEditorFileSaveSettings() none Initializes a new instance of the HtmlEditorFileSaveSettings class with default settings.
HtmlEditorFileSaveSettings(ASPxHtmlEditorUploadSettingsBase) settings Initializes a new instance of the HtmlEditorFileSaveSettings class with the specified file upload settings.
HtmlEditorFileSaveSettings(String, ASPxHtmlEditorUploadSettingsBase) fileName, settings Initializes a new instance of the HtmlEditorFileSaveSettings class with the specified file name and upload settings.
See Also