.NET Framework Class Library
Revision.CheckOutAsDifferentUser Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Revision Class > Revision Methods > .NET Framework Class Library |
Checks-out a document whose unique is id equal to docUid, impersonating the user with name equal to user.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub CheckOutAsDifferentUser ( _ docUid As String, _ |
C# |
|---|
public void CheckOutAsDifferentUser( string docUid, |
Visual C++ |
|---|
public: void CheckOutAsDifferentUser( |
JavaScript |
|---|
function checkOutAsDifferentUser(docUid, user); |
Parameters
docUid
Type: System.String
unique id of the document to checkout
user
Type: System.String
name of the user to make the checkout action by
Remarks
See Also