FormInfoTransformationBase TransformFormInfo Method Kentico 8.1 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.1.5347.20411)

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