ICRMWindowRouter.DoRoutePopup Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DoRoutePopup(Session, String, String, String, Boolean, Boolean) | |
DoRoutePopup(Session, String, String, String, String) |
DoRoutePopup(Session, String, String, String, Boolean, Boolean)
public:
bool DoRoutePopup(Microsoft::Uii::Csr::Session ^ session, System::String ^ appname, System::String ^ crmurl, System::String ^ frame, bool showTab, bool autoShowOutside);
public bool DoRoutePopup (Microsoft.Uii.Csr.Session session, string appname, string crmurl, string frame, bool showTab, bool autoShowOutside);
abstract member DoRoutePopup : Microsoft.Uii.Csr.Session * string * string * string * bool * bool -> bool
Public Function DoRoutePopup (session As Session, appname As String, crmurl As String, frame As String, showTab As Boolean, autoShowOutside As Boolean) As Boolean
Parameters
- session
- Session
- appname
- String
- crmurl
- String
- frame
- String
- showTab
- Boolean
- autoShowOutside
- Boolean
Returns
Returns Boolean.
Applies to
DoRoutePopup(Session, String, String, String, String)
public:
void DoRoutePopup(Microsoft::Uii::Csr::Session ^ session, System::String ^ appname, System::String ^ entity, System::String ^ id, System::String ^ frame);
public void DoRoutePopup (Microsoft.Uii.Csr.Session session, string appname, string entity, string id, string frame);
abstract member DoRoutePopup : Microsoft.Uii.Csr.Session * string * string * string * string -> unit
Public Sub DoRoutePopup (session As Session, appname As String, entity As String, id As String, frame As String)
Parameters
- session
- Session
- appname
- String
- entity
- String
- id
- String
- frame
- String