Table of Contents

Class FormBuilderPage

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

View model for rendering Form builder page.

public class FormBuilderPage
Inheritance
object
FormBuilderPage
Extension Methods

Properties

AvailableFormBuilderComponents

Collection of identifiers of form components that should be available in form builder.

public string AvailableFormBuilderComponents { get; set; }

Property Value

string

DisplayPropertiesEditor

Indicates that some of form builder components are not migrated.

public bool DisplayPropertiesEditor { get; set; }

Property Value

bool

Id

Id of the displayed form.

public int Id { get; set; }

Property Value

int