.NET Framework Class Library
Revision.ActivateRevision Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Revision Class > Revision Methods > .NET Framework Class Library |
Activates an older revision as current revision.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub ActivateRevision ( _ docUid As String, _ |
C# |
|---|
public void ActivateRevision( string docUid, |
Visual C++ |
|---|
public: void ActivateRevision( |
JavaScript |
|---|
function activateRevision(docUid, revisionID); |
Parameters
docUid
Type: System.String
the unique id of the document
revisionID
Type: System.String
the revision to activate
Remarks
If the revision is the last approved, the command reset the "older revision activated" status.
See Also