RemoveFromParent

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > Database >

RemoveFromParent

Description

Deletes the child relationship of the document with unique identifier child_unique_id from the document with unique identifier parent_unique_id.

Syntax

call DBWShell("RemoveFromParent ChildUID ParentUID")

Parameters

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.

Example

DBWShell("RemoveFromParent 84 81")