Compartir a través de


ICRMWindowRouter.DoRoutePopup Method (Session, String, String, String, Boolean, Boolean)

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As ICRMWindowRouter
Dim session As Session
Dim appname As String
Dim crmurl As String
Dim frame As String
Dim showTab As Boolean
Dim autoShowOutside As Boolean
Dim returnValue As Boolean

returnValue = instance.DoRoutePopup(session, appname, crmurl, frame, showTab, autoShowOutside)

Syntax

'Declaration
Function DoRoutePopup ( _
    session As Session, _
    appname As String, _
    crmurl As String, _
    frame As String, _
    showTab As Boolean, _
    autoShowOutside As Boolean _
) As Boolean
bool DoRoutePopup (
    Session session,
    string appname,
    string crmurl,
    string frame,
    bool showTab,
    bool autoShowOutside
)
bool DoRoutePopup (
    Session^ session, 
    String^ appname, 
    String^ crmurl, 
    String^ frame, 
    bool showTab, 
    bool autoShowOutside
)
boolean DoRoutePopup (
    Session session, 
    String appname, 
    String crmurl, 
    String frame, 
    boolean showTab, 
    boolean autoShowOutside
)
function DoRoutePopup (
    session : Session, 
    appname : String, 
    crmurl : String, 
    frame : String, 
    showTab : boolean, 
    autoShowOutside : boolean
) : boolean

Parameters

  • session
  • appname
  • crmurl
  • frame
  • showTab
  • autoShowOutside

Return Value

Returns Boolean.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

ICRMWindowRouter Interface
ICRMWindowRouter Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.