Table of Contents

Class FormGeneralPropertiesModel

Namespace
Kentico.Xperience.Admin.DigitalMarketing.UIPages
Assembly
Kentico.Xperience.Admin.DigitalMarketing.dll

Represent a general properties form.

public class FormGeneralPropertiesModel
Inheritance
object
FormGeneralPropertiesModel
Extension Methods

Properties

ClassName

Form class name.

public string ClassName { get; set; }

Property Value

string

ContactOverwriteEnabled

Contact overwrite enabled.

public bool ContactOverwriteEnabled { get; set; }

Property Value

bool

FormCodename

Form code name.

[RequiredValidationRule]
public string FormCodename { get; set; }

Property Value

string

FormDisplayName

Form display name.

[RequiredValidationRule]
public string FormDisplayName { get; set; }

Property Value

string

TableName

Name of the table where are stored form data.

public string TableName { get; set; }

Property Value

string