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

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

Parameters

condition
Type: SystemFuncFormFieldInfo, Boolean
Field condition

Return Value

Type: Boolean
Returns true if at least one item was removed
See Also