Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Controllers.FileUpload1Controller.RemoveImage Method

Removes an uploaded image file. Works in conjunction with the FileUpload1 template and YetaWF.Core.Upload.FileUpload.

Class: YetaWF.Modules.ComponentsHTML.Controllers.FileUpload1Controller
Namespace: YetaWF.Modules.ComponentsHTML.Controllers
Assembly: YetaWF.ComponentsHTML

Syntax

public Task<ActionResult> RemoveImage(
    string __filename,
    string __internalName );

Parameters

__filename

Describes the image file being uploaded.

__internalName

The name of the uploaded file that is to be removed.

Return Value

An action result.

See Also YetaWF.Modules.ComponentsHTML.Controllers.FileUpload1Controller ClassYetaWF.ComponentsHTML PackageYetaWF.Core