FormInfoHelper Class |
Namespace: CMS.FormEngine
public class FormInfoHelper : AbstractHelper<FormInfoHelper>
The FormInfoHelper type exposes the following members.
Name | Description | |
---|---|---|
FormInfoHelper |
Name | Description | |
---|---|---|
GetUniqueFieldName(ISetString, String) |
Gets unique name for name within the specified existingFieldNames by appending
a suffix containing ordinal number.
| |
GetUniqueFieldName(FormInfo, String) |
Gets unique name for name within the specified formInfo by appending
a suffix containing ordinal number.
| |
GetUniqueFieldNameInternal(ISetString, String) |
Gets unique name for name within the specified existingFieldNames by appending
a suffix containing ordinal number.
| |
GetUniqueFieldNameInternal(FormInfo, String) |
Gets unique name for name within the specified formInfo by appending
a suffix containing ordinal number.
| |
SetAsDefaultHelper |
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.) |