CRMPresenter 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 CRMPresenter class.
public:
CRMPresenter(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 CRMPresenter (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.CRMPresenter : 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.CRMPresenter
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 application name.
- initString
- XmlDocument
Specifies the initialization string.
- desktopAccess
- IDesktopUserActions
- parentHostedControl
- DynamicsBaseHostedControl
Specifies the parent hosted control.
- localSessionManager
- Sessions
Specifies the local session manager.
- localSession
- Session
Specifies the local session.