.NET Framework Class Library
UserInterface.GetBrowserTreeCurrentGridInfo Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > UserInterface Class > UserInterface Methods >

.NET Framework Class Library
UserInterface.GetBrowserTreeCurrentGridInfo Method

The command returns useful info from the current Grid being activated in the Browser Tree Page.

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

Syntax

Visual Basic

Public Function GetBrowserTreeCurrentGridInfo As ShellResult

C#

public ShellResult GetBrowserTreeCurrentGridInfo()

Visual C++

public:

ShellResultGetBrowserTreeCurrentGridInfo()

JavaScript

function getBrowserTreeCurrentGridInfo();

Return Value

Shell result object, contains the info about the current Grid.

@CURRENT_ROW

0: no grid has been activated or no rows available in the current grid
>0: the current row in the currently activated Grid

@GRID_NAME

the name of the previously activated tab
if @CURRENT_ROW > 0, the name of the currently activated Grid.

@PREVIOUS_GRID_NAME

the name of the activated tab
if @CURRENT_ROW > 0, the name of the previously activated Grid.

<column_name>

<column_value>

Remarks

All the grid and column names are in upper case.

See Also

UserInterface Class

UserInterface Members

MwPDMApi Namespace