Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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