Open this page in the API Guide

FormFileAttribute Class

An attribute marks a REST API method as one required a multipart/form-data OpenAPI body with a file property in it.
Inheritance Hierarchy
System.Object
  System.Attribute
    Dundas.BI.WebApi.FormFileAttribute

Namespace:  Dundas.BI.WebApi
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public sealed class FormFileAttribute : Attribute

The FormFileAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFormFileAttribute
Initializes a new instance of the FormFileAttribute class
Top
See Also