Table of Contents

Class CombineWithFormSettings

Namespace
CMS.FormEngine
Assembly
CMS.FormEngine.dll

Settings for combining form fields.

public class CombineWithFormSettings
Inheritance
object
CombineWithFormSettings
Extension Methods

Constructors

CombineWithFormSettings()

Constructor

public CombineWithFormSettings()

Properties

ExcludeColumns

List of columns to exclude from the combining. Default none.

public string ExcludeColumns { get; set; }

Property Value

string

IncludeCategories

If true, the categories are included into combined form. Default false.

public bool IncludeCategories { get; set; }

Property Value

bool

OverwriteExisting

If true, existing field are overwritten. Default false.

public bool OverwriteExisting { get; set; }

Property Value

bool

OverwriteHidden

If true, the hidden fields are overwritten even in case the OverwriteExisting is false. Default false.

public bool OverwriteHidden { get; set; }

Property Value

bool

PreserveCategory

If true, the category is preserved for field even if not overwritten. Default true.

public bool PreserveCategory { get; set; }

Property Value

bool

RemoveEmptyCategories

If true, the empty categories are removed within the combine process to make sure the combined fields do not fall into wrong category. Default false.

public bool RemoveEmptyCategories { get; set; }

Property Value

bool