Click or drag to resize
FormFieldInfoExtensions Class
Extension methods for FormFieldInfo objects.
Inheritance Hierarchy
SystemObject
  CMS.FormEngineFormFieldInfoExtensions

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
Syntax
C#
public static class FormFieldInfoExtensions

The FormFieldInfoExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetControlName
Returns name of control from settings of a formField.
Public methodStatic memberHasFormFieldControlWithName
Returns whether formField contains control defined by controlName, in it's settings.
Top
See Also