Share via


DashboardsWorkspaceItemFactory.RootSelected Method (Microsoft.PerformancePoint.Scorecards.ModelerPlugins.Dashboards)

Indicates if the root Dashboards node is selected in the workspace browser.

Namespace: Microsoft.PerformancePoint.Scorecards.ModelerPlugins.Dashboards
Assembly: Microsoft.PerformancePoint.Scorecards.ModelerPlugins (in microsoft.performancepoint.scorecards.modelerplugins.dll)

Syntax

'Declaration
Public Overrides Sub RootSelected ( _
    selected As Boolean, _
    item As WorkspaceItem, _
    folder As String _
)
'Usage
Dim instance As DashboardsWorkspaceItemFactory
Dim selected As Boolean
Dim item As WorkspaceItem
Dim folder As String

instance.RootSelected(selected, item, folder)
public override void RootSelected (
    bool selected,
    WorkspaceItem item,
    string folder
)

Parameters

  • selected
    If true, the Server and Workspace tabs will be shown. If false, the selected dashboard will be shown.
  • item
    The selected dashboard.
  • folder
    The display folder that is selected in the workspace browser.

See Also

Reference

DashboardsWorkspaceItemFactory Class
DashboardsWorkspaceItemFactory Members
Microsoft.PerformancePoint.Scorecards.ModelerPlugins.Dashboards Namespace