WebPresenter Constructor
Initializes a new instance of the WebPresenter 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 WebPresenter(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 WebPresenter (
string appName,
XmlDocument initString,
IDesktopUserActions desktopAccess,
DynamicsBaseHostedControl parentHostedControl,
Sessions localSessionManager,
List<string> onLoadHistory,
Session localSession
)
public:
WebPresenter (
String^ appName,
XmlDocument^ initString,
IDesktopUserActions^ desktopAccess,
DynamicsBaseHostedControl^ parentHostedControl,
Sessions^ localSessionManager,
List<String^>^ onLoadHistory,
Session^ localSession
)
public WebPresenter (
String appName,
XmlDocument initString,
IDesktopUserActions desktopAccess,
DynamicsBaseHostedControl parentHostedControl,
Sessions localSessionManager,
List<String> onLoadHistory,
Session localSession
)
public function WebPresenter (
appName : String,
initString : XmlDocument,
desktopAccess : IDesktopUserActions,
parentHostedControl : DynamicsBaseHostedControl,
localSessionManager : Sessions,
onLoadHistory : List<String>,
localSession : Session
)
Parameters
- appName
Specifies the name of the application.
- initString
Specifies the initialization string.
- desktopAccess
Specifies a reference to the IDesktopUserActions interface that provides access to some basic session management functions.
- parentHostedControl
Specifies the parent hosted control.
- localSessionManager
Specifies the local session manager.
- onLoadHistory
Specifies the history.
- localSession
Specifies the local session.
Remarks
Platforms
See Also
Reference
WebPresenter Class
WebPresenter Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.