HtmlEditorExtension.SaveUploadedImage(String, UploadControlValidationSettings, String) Method
In This Article
OBSOLETE
Use the Save
Saves a specific HtmlEditor’s uploaded image based on the passed parameters (the editor name, validation settings and upload folder path).
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
[Obsolete("Use the SaveUploadedFile method instead.")]
public static void SaveUploadedImage(
string name,
UploadControlValidationSettings validationSettings,
string uploadImageFolder
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | A string value specifying the Html |
validation |
Upload |
A Upload |
upload |
String | A string value specifying the upload folder path. |
See Also