DropProject
  • 1 Minute to read
  • Dark
    Light
  • PDF

DropProject

  • Dark
    Light
  • PDF

Article summary

Drops an existing project.  If the projects doesn't exist will return complete.    A dialog will be displayed if the method is called from Script editor.

KeyValue(s)Description
method"DropProject"Drops an existing project
name"ProjectName"Name of the project to drop.   Automatically replaced by the Current Project name whenever Script Editor runs.
Caution
Be careful putting DropProject commands into StoredScripts as it is possible to drop a different project to that intended.  Instead, consider using DropTargetProject
deleteFilestrue/falseDefault = true.   If true, underlying data files are also deleted


{
  "method": "DropProject",
  "name": "test",
  "deleteFiles": true
}



Was this article helpful?

What's Next