Table of Contents

Class FormFieldInfoExtensions

Namespace
CMS.OnlineForms
Assembly
CMS.OnlineForms.dll

Extension methods for FormFieldInfo class.

public static class FormFieldInfoExtensions
Inheritance
object
FormFieldInfoExtensions

Methods

ContainsSmartField(FormInfo)

Returns true when given formInfo contains at least one field defined as smart one.

public static bool ContainsSmartField(this FormInfo formInfo)

Parameters

formInfo FormInfo

Returns

bool

IsSmartField(FormFieldInfo)

Returns true when given fieldInfo is defined as smart one.

public static bool IsSmartField(this FormFieldInfo fieldInfo)

Parameters

fieldInfo FormFieldInfo

Returns

bool