Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

FileAttachmentController.Download(Object) Method

Downloads a file attached to the specified object.

Namespace: DevExpress.ExpressApp.FileAttachments.Web

Assembly: DevExpress.ExpressApp.FileAttachment.Web.v23.2.dll

NuGet Package: DevExpress.ExpressApp.FileAttachment.Web

Declaration

public virtual void Download(
    object obj
)

Parameters

Name Type Description
obj Object

An object that has an IFileData property storing the file to be downloaded.

Remarks

A type of object passed to the Download method should have the FileAttachmentAttribute applied in its declaration. A FileDataDownloader object is used to download a file.

See Also