Open this page in the API Guide

ApiControllerBase.RequestFormFiles Method

Retrieves the form files from the request.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
protected IList<Tuple<string, Stream>> RequestFormFiles()

Return Value

Type: IList<Tuple<String, Stream>>
All of the form files on the request.
See Also