IScriptContextDeleteField Method |  |
Deletes the field from the project schema.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxvoid DeleteField(
FieldItem field
)
Parameters
- field FieldItem
- The field to delete from the schema.
RemarksOnly fields with scope
User can be deleted.
See Also