CRMGlobalManager.AsyncDoRouteDelegate Delegate
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.
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
- routeType
- CRMGlobalManager.RouteType
- autoShowOutside
- Boolean
- session
- Session
Return Value
Returns Boolean.