BrowserModeUtil.GetInitializedGenericPresenter 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::IBridgeGenericPresenter ^ GetInitializedGenericPresenter(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.IBridgeGenericPresenter GetInitializedGenericPresenter (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 GetInitializedGenericPresenter : 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.IBridgeGenericPresenter
Public Shared Function GetInitializedGenericPresenter (appName As String, initString As XmlDocument, desktopAccess As IDesktopUserActions, parentHostedControl As DynamicsBaseHostedControl, localSessionManager As Sessions, onLoadHistory As List(Of String), localSession As Session) As IBridgeGenericPresenter
Parameters
- appName
- String
- initString
- XmlDocument
- desktopAccess
- IDesktopUserActions
- parentHostedControl
- DynamicsBaseHostedControl
- localSessionManager
- Sessions
- localSession
- Session