Skip to main content

SpreadsheetExtension.DownloadFile(String) Method

OBSOLETE

This method is now obsolete.

Returns the binary content of the file downloaded from the specified Spreadsheet.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

[Obsolete("This method is now obsolete.")]
public static FileStreamResult DownloadFile(
    string extensionName
)

Parameters

Name Type Description
extensionName String

A String value that specifies the Spreadsheet extension name.

Returns

Type Description
FileStreamResult

A FileStreamResult object that is a binary content sent in response.

See Also