BrowserModeUtil.GetInitializedCRMPresenter 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.
public:
static Microsoft::Crm::UnifiedServiceDesk::Dynamics::Controls::Browser2::IBridgeCRMPresenter ^ GetInitializedCRMPresenter(System::String ^ appName, System::Xml::XmlDocument ^ initString, Microsoft::Uii::Desktop::Core::IDesktopUserActions ^ desktopAccess, Microsoft::Crm::UnifiedServiceDesk::Dynamics::DynamicsBaseHostedControl ^ parentHostedControl, Microsoft::Uii::Csr::Sessions ^ localSessionManager, System::Collections::Generic::List<System::String ^> ^ onLoadHistory, Microsoft::Uii::Csr::Session ^ localSession);
public static Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Browser2.IBridgeCRMPresenter GetInitializedCRMPresenter (string appName, System.Xml.XmlDocument initString, Microsoft.Uii.Desktop.Core.IDesktopUserActions desktopAccess, Microsoft.Crm.UnifiedServiceDesk.Dynamics.DynamicsBaseHostedControl parentHostedControl, Microsoft.Uii.Csr.Sessions localSessionManager, System.Collections.Generic.List<string> onLoadHistory, Microsoft.Uii.Csr.Session localSession);
static member GetInitializedCRMPresenter : string * System.Xml.XmlDocument * Microsoft.Uii.Desktop.Core.IDesktopUserActions * Microsoft.Crm.UnifiedServiceDesk.Dynamics.DynamicsBaseHostedControl * Microsoft.Uii.Csr.Sessions * System.Collections.Generic.List<string> * Microsoft.Uii.Csr.Session -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Browser2.IBridgeCRMPresenter
Public Shared Function GetInitializedCRMPresenter (appName As String, initString As XmlDocument, desktopAccess As IDesktopUserActions, parentHostedControl As DynamicsBaseHostedControl, localSessionManager As Sessions, onLoadHistory As List(Of String), localSession As Session) As IBridgeCRMPresenter
Parameters
- appName
- String
- initString
- XmlDocument
- desktopAccess
- IDesktopUserActions
- parentHostedControl
- DynamicsBaseHostedControl
- localSessionManager
- Sessions
- localSession
- Session