.NET Framework Class Library
Revision.CheckOut Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Revision Class > Revision Methods > .NET Framework Class Library |
Checks out the current selected document and opens it.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub CheckOut ( _ Optional docUid As String = "NOOPEN" _ |
C# |
|---|
public void CheckOut( string docUid = "NOOPEN" |
Visual C++ |
|---|
public: void CheckOut( |
JavaScript |
|---|
function checkOut(docUid); |
Parameters
docUid (Optional)
Type: System.String
Optional. The unique id of the document to checkout. Use "" or "NOOPEN" to refers to the DocumentPage selection (with "NOOPEN" it avoids the opening of the document after the checkout)
Remarks
If no uid is specified, DBWorks browser must be open and Documents Page must be active.
See Also