.NET Framework Class Library
Database.DeleteParentChild Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Database Class > Database Methods > .NET Framework Class Library |
Deletes only the parent-child relationships of the document with the assigned unique identifier.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub DeleteParentChild ( _ docUid As String _ |
C# |
|---|
public void DeleteParentChild( string docUid |
Visual C++ |
|---|
public: void DeleteParentChild( |
JavaScript |
|---|
function deleteParentChild(docUid); |
Parameters
docUid
Type: System.String
unique id of the document to which delete relationships.
Remarks
See Also