Click or drag to resize
FormInfoTransformationBaseTransformFormInfo Method
Removes empty categories and excluded form field infos from the specified form info.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
protected void TransformFormInfo(
	FormInfo formInfo,
	HashSet<string> excludedFieldNames
)

Parameters

formInfo
Type: CMS.FormEngineFormInfo
The form info to modify.
excludedFieldNames
Type: System.Collections.GenericHashSetString
The set of excluded form field names.
See Also