Click or drag to resize
FormInfoRemoveFields Method
Remove fields matching the given condition

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
public void RemoveFields(
	Func<FormFieldInfo, bool> condition
)

Parameters

condition
Type: SystemFuncFormFieldInfo, Boolean
Field condition
See Also