.NET Framework Class Library
Browser.CurrentBrowserPage Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Browser Class > Browser Methods > .NET Framework Class Library |
Returns the currently open browser page
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function CurrentBrowserPage As Integer |
C# |
|---|
public int CurrentBrowserPage() |
Visual C++ |
|---|
public: int CurrentBrowserPage() |
JavaScript |
|---|
function currentBrowserPage(); |
Return Value
Browser page status: -1: Browser closed 0: Documents Page 1: Query Page 2: Tree Page
See Also