.NET Framework Class Library
Revision.Approve Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Revision Class > Revision Methods >

.NET Framework Class Library
Revision.Approve Method

The command displays the default single document approval dialog, with the two choices for approving to the next revision or back to the previous revision.

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

Syntax

Visual Basic

Public Sub Approve ( _

 Optional docUid As String = "" _
)

C#

public void Approve(

 string docUid = ""
)

Visual C++

public:

void Approve(
 StringdocUid = L""
)

JavaScript

function approve(docUid);

Parameters

docUid (Optional)

Type: System.String
Optional. The unique id of the document to approve

Remarks

See Also

Revision Class

Revision Members

MwPDMApi Namespace