FormHelperRemoveInheritedFields Method |
Removes the inherited fields from the given form info.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax 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