An attribute marks a REST API method as one required a multipart/form-data OpenAPI body with a file property in it.
Inheritance Hierarchy 
    Namespace: 
   Dundas.BI.WebApi
    Assembly:
   Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public sealed class FormFileAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := false, Inherited := true)>
Public NotInheritable Class FormFileAttribute
	Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Method, AllowMultiple = false, Inherited = true)]
public ref class FormFileAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false, Inherited = true)>]
type FormFileAttribute =  
    class
        inherit Attribute
    endThe FormFileAttribute type exposes the following members.
Constructors
See Also