SpreadsheetExtension.DownloadFile(String) Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
[Obsolete("This method is now obsolete.")]
public static FileStreamResult DownloadFile(
string extensionName
)
#Parameters
Name | Type | Description |
---|---|---|
extension |
String | A String value that specifies the Spreadsheet extension name. |
#Returns
Type | Description |
---|---|
File |
A File |
See Also