Click or drag to resize

IScriptContextDeleteField Method

Deletes the field from the project schema.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
void DeleteField(
	FieldItem field
)

Parameters

field
Type: Compiled.EDD.ScriptingFieldItem
The field to delete from the schema.
Remarks
Only fields with scope User can be deleted.
See Also