Click or drag to resize
ContactFormInfoTransformation Class
Transforms a contact form info, i.e., updates field settings or removes certain field to provide a better UI experience.
Inheritance Hierarchy

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public sealed class ContactFormInfoTransformation : FormInfoTransformationBase

The ContactFormInfoTransformation type exposes the following members.

Constructors
  NameDescription
Public methodContactFormInfoTransformation
Top
Methods
  NameDescription
Public methodExecute
Transforms the specified form info.
(Overrides FormInfoTransformationBaseExecute(FormInfo).)
Protected methodIsDependentStateField
Determines whether the specified form field contains a state identifier and can participate in advanced country selection.
(Inherited from FormInfoTransformationBase.)
Protected methodSetupCountrySelectors
Modifies the specified form info to enable advanced country selection.
(Inherited from FormInfoTransformationBase.)
Protected methodTransformFormInfo
Removes empty categories and excluded form field infos from the specified form info.
(Inherited from FormInfoTransformationBase.)
Protected methodUpdateCountrySystemFormField
Updates the specified system form field info with new settings and changes the associated editing control to a country selector.
(Inherited from FormInfoTransformationBase.)
Protected methodUpdateHtmlSystemFormField
Updates the specified system form field info with new settings and changes the associated editing control to a HTML area.
(Inherited from FormInfoTransformationBase.)
Protected methodUpdateStatusSelectorSystemFormField
Updates the specified system form field info with new settings and changes the associated editing control to a status selector.
(Inherited from FormInfoTransformationBase.)
Protected methodUpdateSystemFormField
Updates the specified system form field info with new settings.
(Inherited from FormInfoTransformationBase.)
Top
See Also