Enum FormFieldPropertyEnum
- Namespace
- CMS.FormEngine
- Assembly
- CMS.FormEngine.dll
Form field info property types.
public enum FormFieldPropertyEnum
- Extension Methods
Fields
[EnumStringRepresentation("defaultvalue")] DefaultValue = 0Field default value.
[EnumStringRepresentation("enabledmacro")] EnabledMacro = 6Enabled macro.
[EnumStringRepresentation("explanationtext")] ExplanationText = 3Explanation text displayed bellow the field.
[EnumStringRepresentation("explanationtextashtml")] ExplanationTextAsHtml = 9Indicates that field explanation text is rendered as HTML.
Beware that enabling this property may lead to executing malicous code on client.
[EnumStringRepresentation("fieldcaption")] FieldCaption = 1Field caption.
[EnumStringRepresentation("fielddescription")] FieldDescription = 2Field description.
[EnumStringRepresentation("fielddescriptionashtml")] FieldDescriptionAsHtml = 8Indicates that field decription is rendered as HTML.
Beware that enabling this property may lead to executing malicous code on client.
[EnumStringRepresentation("includeintranslation")] IncludeInTranslation = 10Indicates that field is included in translation.
[EnumStringRepresentation("smart")] Smart = 7Smart field.
[EnumStringRepresentation("validationerrormessage")] ValidationErrorMessage = 4Validation error message.
[EnumStringRepresentation("visiblemacro")] VisibleMacro = 5Visibility macro.