.NET Framework Class Library
Revision.CheckinFromCheckout Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Revision Class > Revision Methods > .NET Framework Class Library |
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 _ |
C# |
|---|
public bool CheckinFromCheckout( string uid |
Visual C++ |
|---|
public: bool CheckinFromCheckout( |
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