Class SmartFieldConstants
- Namespace
- CMS.OnlineForms
- Assembly
- CMS.OnlineForms.dll
Provides internal constants for smart fields feature.
public static class SmartFieldConstants
- Inheritance
-
objectSmartFieldConstants
Fields
CONTACT_COLUMN_NAME
Name of the column holding contact identifier.
public const string CONTACT_COLUMN_NAME = "FormContactGUID"
Field Value
- string
MINIMUM_DISPLAYED_FIELD_COUNT
Minimum number of displayed field when all visible fields are smart ones.
public const int MINIMUM_DISPLAYED_FIELD_COUNT = 1
Field Value
- int