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

HtmlEditorFileSaveSettings(String, ASPxHtmlEditorUploadSettingsBase) Constructor

Initializes a new instance of the HtmlEditorFileSaveSettings class with the specified file name and upload settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public HtmlEditorFileSaveSettings(
    string fileName,
    ASPxHtmlEditorUploadSettingsBase settings
)

Parameters

Name Type Description
fileName String

A string specifying the name of the file.

settings ASPxHtmlEditorUploadSettingsBase

An ASPxHtmlEditorUploadSettingsBase object providing access to settings related to file uploading.

See Also