Click or drag to resize

ScriptContextDeleteField Method

Deletes the field from the project schema.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public void DeleteField(
	FieldItem field
)

Parameters

field  FieldItem
The field to delete from the schema.

Implements

IScriptContextDeleteField(FieldItem)
Exceptions
ExceptionCondition
ExceptionThrown when attempting to delete a system scoped field.
Remarks
Only fields with scope User can be deleted.
See Also