FormInfoTransformationBase TransformFormInfo Method Kentico 8.0 API Reference
Removes empty categories and excluded form field infos from the specified form info.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

formInfo
Type: CMS.FormEngine FormInfo
The form info to modify.
excludedFieldNames
Type: OnlineSystem.Collections.Generic HashSet OnlineString 
The set of excluded form field names.
See Also