.NET Framework Class Library
Database.UpdateReleasedDatabaseDocument Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Database Class > Database Methods >

.NET Framework Class Library
Database.UpdateReleasedDatabaseDocument Method

Update the Released Database record of a document, if existing.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Sub UpdateReleasedDatabaseDocument ( _

docUid As String _
)

C#

public void UpdateReleasedDatabaseDocument(

string docUid
)

Visual C++

public:

void UpdateReleasedDatabaseDocument(
String^ docUid
)

JavaScript

function updateReleasedDatabaseDocument(docUid);

Parameters

docUid

Type: System.String
unique id of the document to update in the Released Database

Remarks

Available starting from R15 release.

See Also

Database Class

Database Members

MwPDMApi Namespace