Click or drag to resize
FileUploadEndpointParameters Class
Defines parameters to PostFile(Int32, String, String) endpoint for file upload from this form component.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcFileUploadEndpointParameters

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public class FileUploadEndpointParameters

The FileUploadEndpointParameters type exposes the following members.

Constructors
  NameDescription
Public methodFileUploadEndpointParameters
Initializes new instance of FileUploadEndpointParameters class with given parameters.
Top
Properties
  NameDescription
Public propertyFieldName
Identifies a form's field for which the file will be uploaded.
Public propertyFormId
Identifies form for which the file will be uploaded.
Public propertyHash
The hash value associating FormId and FieldName properties.
Top
See Also