.NET Framework Class Library
UserInterface.ShowConfigurationRevisionDialog Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > UserInterface Class > UserInterface Methods > .NET Framework Class Library |
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 _ |
C# |
|---|
public ShellResult ShowConfigurationRevisionDialog( string docUid |
Visual C++ |
|---|
public: ShellResult^ ShowConfigurationRevisionDialog( |
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