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

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

The FormFieldInfoExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberContainsSmartField
Returns true when given formInfo contains at least one field defined as smart one.
Public methodStatic memberIsSmartField
Returns true when given fieldInfo is defined as smart one.
Top
See Also