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

HtmlEditorFileSaveSettings Class

Contains settings related to saving an uploaded file to the HtmlEditor extension’s file storage.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class HtmlEditorFileSaveSettings :
    IFileSaveSettings

Remarks

An object of the HtmlEditorFileSaveSettings type is passed as a parameter to the HtmlEditorExtension.SaveUploadedFile method.

Inheritance

Object
HtmlEditorFileSaveSettings
See Also