CRMPresenter Constructor
Initializes a new instance of the CRMPresenter class.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim appName As String
Dim initString As XmlDocument
Dim desktopAccess As IDesktopUserActions
Dim parentHostedControl As DynamicsBaseHostedControl
Dim localSessionManager As Sessions
Dim onLoadHistory As List(Of String)
Dim localSession As Session
Dim instance As New CRMPresenter(appName, initString, desktopAccess, parentHostedControl, localSessionManager, onLoadHistory, localSession)
Syntax
'Declaration
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 _
)
public CRMPresenter (
string appName,
XmlDocument initString,
IDesktopUserActions desktopAccess,
DynamicsBaseHostedControl parentHostedControl,
Sessions localSessionManager,
List<string> onLoadHistory,
Session localSession
)
public:
CRMPresenter (
String^ appName,
XmlDocument^ initString,
IDesktopUserActions^ desktopAccess,
DynamicsBaseHostedControl^ parentHostedControl,
Sessions^ localSessionManager,
List<String^>^ onLoadHistory,
Session^ localSession
)
public CRMPresenter (
String appName,
XmlDocument initString,
IDesktopUserActions desktopAccess,
DynamicsBaseHostedControl parentHostedControl,
Sessions localSessionManager,
List<String> onLoadHistory,
Session localSession
)
public function CRMPresenter (
appName : String,
initString : XmlDocument,
desktopAccess : IDesktopUserActions,
parentHostedControl : DynamicsBaseHostedControl,
localSessionManager : Sessions,
onLoadHistory : List<String>,
localSession : Session
)
Parameters
- appName
Specifies the application name.
- initString
Specifies the initialization string.
- desktopAccess
- parentHostedControl
Specifies the parent hosted control.
- localSessionManager
Specifies the local session manager.
- onLoadHistory
Specifies the on load history.
- localSession
Specifies the local session.
Remarks
Platforms
See Also
Reference
CRMPresenter Class
CRMPresenter Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.