.NET Framework Class Library
Browser.SaveProjectSelectionDialog Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Browser Class > Browser Methods > .NET Framework Class Library |
Opens the Save Project Selection dialog enabling the user to save the current project selection. This operation is allowed only if either the Tree page or the Document page is currently open.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub SaveProjectSelectionDialog |
C# |
|---|
public void SaveProjectSelectionDialog() |
Visual C++ |
|---|
public: void SaveProjectSelectionDialog() |
JavaScript |
|---|
function saveProjectSelectionDialog(); |
See Also