M-Files UI Extensibility Framework
ShowDashboard Method
IShellFrame Interface : ShowDashboard Method
The dashboard id, as defined in Application Definition File, appdef.xml.
The custom data that is passed for dashboard. Can be accessed with CustomData Property of IDashboard Interface.
Description
Changes the listing area to show a dashboard.
Syntax
Visual Basic
Public Sub ShowDashboard( _
   ByVal dashboardID As String, _
   ByVal data As Variant _
) 
Parameters
dashboardID
The dashboard id, as defined in Application Definition File, appdef.xml.
data
The custom data that is passed for dashboard. Can be accessed with CustomData Property of IDashboard Interface.
See Also

IShellFrame Interface  | IShellFrame Members