Open this page in the API Guide

ApiControllerBase.RequestFirstFormFile Method

Retrieves the first form file 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 Tuple<string, Stream>? RequestFirstFormFile()

Return Value

Type: Tuple<String, Stream>
The first form file from the request.
See Also