FieldSetItemRemove Method |  |
Remove field from the field set
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic bool Remove(
FieldItem field
)
Parameters
- field FieldItem
- Field to be removed
Return Value
Booleantrue if the field was removed from the field set; otherwise,
false.
See Also