Click or drag to resize
FormHelperRemoveInheritedFields Method
Removes the inherited fields from the given form info.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static void RemoveInheritedFields(
	FormInfo fi,
	bool deleteFields
)

Parameters

fi
Type: CMS.FormEngineFormInfo
Form info
deleteFields
Type: SystemBoolean
If false, the inherited fields are only unmarked as inherited
See Also