Table of Contents

Class FormComponentConfiguration

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

Represents the configuration of a form component within a ZoneConfiguration instance.

[DataContract(Namespace = "", Name = "FormComponent")]
public sealed class FormComponentConfiguration
Inheritance
object
FormComponentConfiguration
Extension Methods

Properties

Identifier

Gets the identifier of the form component instance.

[DataMember]
[JsonProperty("identifier")]
public Guid Identifier { get; }

Property Value

Guid

Properties

Gets or sets the form component properties.

[DataMember]
[JsonProperty("properties")]
public FormComponentProperties Properties { get; set; }

Property Value

FormComponentProperties

TypeIdentifier

Gets or sets the identifier of the form component definition.

[DataMember]
[JsonProperty("type")]
public string TypeIdentifier { get; set; }

Property Value

string