Table of Contents

Enum FormFieldPropertyEnum

Namespace
CMS.FormEngine
Assembly
CMS.FormEngine.dll

Form field info property types.

public enum FormFieldPropertyEnum
Extension Methods

Fields

[EnumStringRepresentation("defaultvalue")] DefaultValue = 0

Field default value.

[EnumStringRepresentation("enabledmacro")] EnabledMacro = 6

Enabled macro.

[EnumStringRepresentation("explanationtext")] ExplanationText = 3

Explanation text displayed bellow the field.

[EnumStringRepresentation("explanationtextashtml")] ExplanationTextAsHtml = 9

Indicates that field explanation text is rendered as HTML.

Beware that enabling this property may lead to executing malicous code on client.

[EnumStringRepresentation("fieldcaption")] FieldCaption = 1

Field caption.

[EnumStringRepresentation("fielddescription")] FieldDescription = 2

Field description.

[EnumStringRepresentation("fielddescriptionashtml")] FieldDescriptionAsHtml = 8

Indicates that field decription is rendered as HTML.

Beware that enabling this property may lead to executing malicous code on client.

[EnumStringRepresentation("smart")] Smart = 7

Smart field.

[EnumStringRepresentation("validationerrormessage")] ValidationErrorMessage = 4

Validation error message.

[EnumStringRepresentation("visiblemacro")] VisibleMacro = 5

Visibility macro.