.NET Framework Class Library
Database.UpdateReleasedDatabaseParentChild Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Database Class > Database Methods > .NET Framework Class Library |
Updates the parent-child structure of the Released Database for the assigned document unique id
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub UpdateReleasedDatabaseParentChild ( _ uid As Integer _ |
C# |
|---|
public void UpdateReleasedDatabaseParentChild( int uid |
Visual C++ |
|---|
public: void UpdateReleasedDatabaseParentChild( |
JavaScript |
|---|
function updateReleasedDatabaseParentChild(uid); |
Parameters
uid
Type: System.Int32
The unique id of the document to updates the parent-child structure of
See Also