.NET Framework Class Library
Revision.CheckinFromCheckout Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
Revision.CheckinFromCheckout Method

Returns the way the current document has been checkedin.

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

Syntax

Visual Basic

Public Function CheckinFromCheckout ( _

uid As String _
) As Boolean

C#

public bool CheckinFromCheckout(

string uid
)

Visual C++

public:

bool CheckinFromCheckout(
String^ uid
)

JavaScript

function checkinFromCheckout(uid);

Parameters

uid

Type: System.String
unique id of the document to check

Return Value

TRUE if the previous state of the document was checkout, FALSE if the previous state of the document was released

Remarks

See Also

Revision Class

Revision Members

MwPDMApi Namespace