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: 9.0.0.0-142fa9725
Syntax
C#
void DeleteField(
	FieldItem field
)

Parameters

field  FieldItem
The field to delete from the schema.
Remarks
Only fields with scope User can be deleted.
See Also