| FormInfoRemoveFields Method | 
            Removes fields matching the given condition
            
 
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic bool RemoveFields(
	Func<FormFieldInfo, bool> condition
)
Parameters
- condition
- Type: SystemFuncFormFieldInfo, Boolean
 Field condition
Return Value
Type: 
BooleanReturns true if at least one item was removed
 See Also
See Also