|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > Database > RemoveFromParent |
Deletes the child relationship of the document with unique identifier child_unique_id from the document with unique identifier parent_unique_id.
call DBWShell("RemoveFromParent ChildUID ParentUID")
ChildUID |
It is the unique id of the child document to delete. |
|---|---|
ParentUID |
It is the unique id of the parent document from which a child is deleted. |
DBWShell("RemoveFromParent 84 81")