DeleteDependencies
- 1 Minute to read
- Print
- DarkLight
- PDF
DeleteDependencies
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Deletes dependencies from a project's dependency list
Key | Value(s) | Description |
---|---|---|
method | "DeleteDependencies" | Deletes dependencies from a project's dependency list |
project | "Projectname" | name of project to modify |
filter{} | {} | Reserved for future use |
See GetDependencies, and Introduction to Data Injection for further information.
Use DeleteDependencies in projects which are not being dropped as part of a rebuild process, but that have dependencies that are no longer valid stored with them. The dependencies that have been deleted will remain so until they are re-added to the project (perhaps by detaching and re-injecting.)
In general, DeleteDependencies would be called at the start of a project rebuild/refresh.
{
"method": "DeleteDependencies",
"project": "projectname",
}
Was this article helpful?