|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > Database > DeleteParentChild |
Deletes only the parent-child relationships of the document with the assigned unique identifier.
call DBWShell("DeleteParentChild DocUID")
DocUID |
unique id of the document to which delete relationships. |
As a result, the document loses both parenthood and childhood relationships.
call DBWShell("DeleteParentChild 84")