Click or drag to resize
FormInfoHelper Class
Contains utility methods related to FormInfo class.
Inheritance Hierarchy
SystemObject
  CMS.BaseCoreMethods
    CMS.BaseAbstractHelper
      CMS.BaseAbstractHelperFormInfoHelper
        CMS.FormEngineFormInfoHelper

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax
C#
public class FormInfoHelper : AbstractHelper<FormInfoHelper>

The FormInfoHelper type exposes the following members.

Constructors
  NameDescription
Public methodFormInfoHelper
Top
Methods
  NameDescription
Public methodStatic memberGetUniqueFieldName(ISetString, String)
Gets unique name for name within the specified existingFieldNames by appending a suffix containing ordinal number.
Public methodStatic memberGetUniqueFieldName(FormInfo, String)
Gets unique name for name within the specified formInfo by appending a suffix containing ordinal number.
Protected methodGetUniqueFieldNameInternal(ISetString, String)
Gets unique name for name within the specified existingFieldNames by appending a suffix containing ordinal number.
Protected methodGetUniqueFieldNameInternal(FormInfo, String)
Gets unique name for name within the specified formInfo by appending a suffix containing ordinal number.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also