Share via


CRMGlobalManager.AsyncDoRouteDelegate Delegate

Definition

public: delegate bool CRMGlobalManager::AsyncDoRouteDelegate(System::String ^ appname, System::String ^ field, System::String ^ fromsearch, System::String ^ crmurl, System::String ^ frame, bool showTab, bool ignoreAction, bool allowReplace, CRMGlobalManager::RouteType routeType, List<System::String ^> ^ onLoadHistory, bool autoShowOutside, Session ^ session);
public delegate bool CRMGlobalManager.AsyncDoRouteDelegate(string appname, string field, string fromsearch, string crmurl, string frame, bool showTab, bool ignoreAction, bool allowReplace, CRMGlobalManager.RouteType routeType, List<string> onLoadHistory, bool autoShowOutside, Session session = default);
type CRMGlobalManager.AsyncDoRouteDelegate = delegate of string * string * string * string * string * bool * bool * bool * CRMGlobalManager.RouteType * List<string> * bool * Session -> bool
Public Delegate Function CRMGlobalManager.AsyncDoRouteDelegate(appname As String, field As String, fromsearch As String, crmurl As String, frame As String, showTab As Boolean, ignoreAction As Boolean, allowReplace As Boolean, routeType As CRMGlobalManager.RouteType, onLoadHistory As List(Of String), autoShowOutside As Boolean, Optional session As Session = Nothing) As Boolean 

Parameters

appname
String

field
String

fromsearch
String

crmurl
String

frame
String

showTab
Boolean

ignoreAction
Boolean

allowReplace
Boolean

onLoadHistory
List<String>

autoShowOutside
Boolean

session
Session

Return Value

Returns Boolean.

Applies to