.NET Framework Class Library
Revision.CheckIn Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
Revision.CheckIn Method

Checks in the current open document and closes it

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

Syntax

Visual Basic

Public Sub CheckIn ( _

Optional docUid As String = "" _
)

C#

public void CheckIn(

string docUid = ""
)

Visual C++

public:

void CheckIn(
String^ docUid = L""
)

JavaScript

function checkIn(docUid);

Parameters

docUid (Optional)

Type: System.String
Optional. The unique id of the document to approve

Remarks

If no uid is specified, DBWorks browser must be open and Documents Page must be active.

See Also

Revision Class

Revision Members

MwPDMApi Namespace