Click or drag to resize
FormBuilderOptions Class
Options for Kentico Form Builder feature.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcFormBuilderOptions

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

The FormBuilderOptions type exposes the following members.

Constructors
  NameDescription
Public methodFormBuilderOptions
Top
Properties
  NameDescription
Public propertyTemporaryUploadFilesFolderSizeLimit
Gets or sets the size limit of the temporary folder used to store uploaded files in megabytes. Defaults to 500MB.
Top
See Also