HtmlEditorFileSaveSettings Class
In This Article
Contains settings related to saving an uploaded file to the HtmlEditor extension’s file storage.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
#Declaration
#Remarks
An object of the HtmlEditorFileSaveSettings type is passed as a parameter to the HtmlEditorExtension.SaveUploadedFile method.
#Implements
DevExpress.Web.Internal.IFileSaveSettings
See Also