WebPresenter Constructor
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.
Initializes a new instance of the WebPresenter class.
public:
WebPresenter(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 WebPresenter (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);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WebPresenter : 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.WebPresenter
Public Sub New (appName As String, initString As XmlDocument, desktopAccess As IDesktopUserActions, parentHostedControl As DynamicsBaseHostedControl, localSessionManager As Sessions, onLoadHistory As List(Of String), localSession As Session)
Parameters
- appName
- String
Specifies the name of the application.
- initString
- XmlDocument
Specifies the initialization string.
- desktopAccess
- IDesktopUserActions
Specifies a reference to the IDesktopUserActions interface that provides access to some basic session management functions.
- parentHostedControl
- DynamicsBaseHostedControl
Specifies the parent hosted control.
- localSessionManager
- Sessions
Specifies the local session manager.
- localSession
- Session
Specifies the local session.