Open this page in the API Guide

ApiControllerBase.EnsureFormFileMultipartContent Method

Ensures when form files are access the content is MIME multi-part which we want.

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 bool EnsureFormFileMultipartContent()

Return Value

Type: Boolean
Return true if the content is multi-part; false false otherwise.
See Also