Compartir a través de


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

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 entity As String
Dim id As String
Dim frame As String

instance.DoRoutePopup(session, appname, entity, id, frame)

Syntax

'Declaration
Sub DoRoutePopup ( _
    session As Session, _
    appname As String, _
    entity As String, _
    id As String, _
    frame As String _
)
void DoRoutePopup (
    Session session,
    string appname,
    string entity,
    string id,
    string frame
)
void DoRoutePopup (
    Session^ session, 
    String^ appname, 
    String^ entity, 
    String^ id, 
    String^ frame
)
void DoRoutePopup (
    Session session, 
    String appname, 
    String entity, 
    String id, 
    String frame
)
function DoRoutePopup (
    session : Session, 
    appname : String, 
    entity : String, 
    id : String, 
    frame : String
)

Parameters

  • session
  • appname
  • entity
  • id
  • frame

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.