CRMGlobalManager.DoRoutePopup Method (Session, String, String, String, Boolean, Boolean)
This method is only used by popup handlers and is intended to return a bool to signal that the popup should be cancelled or not
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As CRMGlobalManager
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
Public Function DoRoutePopup ( _
session As Session, _
appname As String, _
crmurl As String, _
frame As String, _
showTab As Boolean, _
autoShowOutside As Boolean _
) As Boolean
public bool DoRoutePopup (
Session session,
string appname,
string crmurl,
string frame,
bool showTab,
bool autoShowOutside
)
public:
virtual bool DoRoutePopup (
Session^ session,
String^ appname,
String^ crmurl,
String^ frame,
bool showTab,
bool autoShowOutside
) sealed
public final boolean DoRoutePopup (
Session session,
String appname,
String crmurl,
String frame,
boolean showTab,
boolean autoShowOutside
)
public final function DoRoutePopup (
session : Session,
appname : String,
crmurl : String,
frame : String,
showTab : boolean,
autoShowOutside : boolean
) : boolean
Parameters
- appname
- crmurl
- showTab
- autoShowOutside
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
CRMGlobalManager Class
CRMGlobalManager Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.