BrowserWindowEx.ICRMWindowContainer.ShowWindow Method (String, String, List<String>, Boolean, Boolean)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Displays the window.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Syntax
void ICRMWindowContainer.ShowWindow(
string crmurl,
string frame,
List<string> onLoadHistory,
bool hideCommandBar,
bool hideNavigationBar
)
Private Sub ShowWindow (
crmurl As String,
frame As String,
onLoadHistory As List(Of String),
hideCommandBar As Boolean,
hideNavigationBar As Boolean
)
Implements ICRMWindowContainer.ShowWindow
Parameters
crmurl
Type: System.StringSpecifies the CRM URL.
frame
Type: System.StringSpecifies the frame to display the window in.
onLoadHistory
Type: System.Collections.Generic.List<String>Contains the history of the browser.
hideCommandBar
Type: System.BooleanIf true, hides the command bar; otherwise false.
hideNavigationBar
Type: System.BooleanIf true, hides the navigation bar.
Implements
ICRMWindowContainer.ShowWindow(String, String, List<String>, Boolean, Boolean)
See Also
BrowserWindowEx Class
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace
Return to top
Unified Service Desk 2.0
© 2016 Microsoft. All rights reserved. Copyright