DropProject
- 1 Minute to read
- Print
- DarkLight
- PDF
DropProject
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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.
Key | Value(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 |
deleteFiles | true/false | Default = true. If true, underlying data files are also deleted |
{
"method": "DropProject",
"name": "test",
"deleteFiles": true
}
Was this article helpful?