.NET Framework Class Library
Database.DeleteParentChild Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Database Class > Database Methods >

.NET Framework Class Library
Database.DeleteParentChild Method

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(
 StringdocUid
)

JavaScript

function deleteParentChild(docUid);

Parameters

docUid

Type: System.String
unique id of the document to which delete relationships.

Remarks

See Also

Database Class

Database Members

MwPDMApi Namespace