.NET Framework Class Library
UserInterface.ShowConfigurationRevisionDialog Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > UserInterface Class > UserInterface Methods >

.NET Framework Class Library
UserInterface.ShowConfigurationRevisionDialog Method

Shows the Configuration Revision Assignment dialog for the specified document.

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

Syntax

Visual Basic

Public Function ShowConfigurationRevisionDialog ( _

 docUid As String _
As ShellResult

C#

public ShellResult ShowConfigurationRevisionDialog(

 string docUid
)

Visual C++

public:

ShellResultShowConfigurationRevisionDialog(
 StringdocUid
)

JavaScript

function showConfigurationRevisionDialog(docUid);

Parameters

docUid

Type: System.String
unique id of the document to show dialog of

Return Value

Shell result object

Remarks

Available starting from R16 Sp2.1 release.

See Also

UserInterface Class

UserInterface Members

MwPDMApi Namespace