TreeListExtension.GetBinaryImageEditCallbackResult(BinaryStorageMode, BinaryImageUploadValidationSettings) Method
Returns the specified result back to the client side after processing a callback initiated by a binary image editor used as a TreeList column editor.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static ContentResult GetBinaryImageEditCallbackResult(
BinaryStorageMode storageMode,
BinaryImageUploadValidationSettings uploadValidationSettings
)
#Parameters
Name | Type | Description |
---|---|---|
storage |
Binary |
One of the Binary |
upload |
Binary |
A Binary |
#Returns
Type | Description |
---|---|
Content |
A Content |
#Remarks
Use this method in an Action specified by the binary image editor’s MVCxColumnBinaryImageEditProperties.CallbackRouteValues property to return the result of callback processing back to the client.