FormInfoRemoveFields Method |
Removes fields matching the given condition
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax public 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