Share via


PresenterControl Constructor

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 PresenterControl(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 PresenterControl (
    string appName,
    XmlDocument initString,
    IDesktopUserActions desktopAccess,
    DynamicsBaseHostedControl parentHostedControl,
    Sessions localSessionManager,
    List<string> onLoadHistory,
    Session localSession
)
public:
PresenterControl (
    String^ appName, 
    XmlDocument^ initString, 
    IDesktopUserActions^ desktopAccess, 
    DynamicsBaseHostedControl^ parentHostedControl, 
    Sessions^ localSessionManager, 
    List<String^>^ onLoadHistory, 
    Session^ localSession
)
public PresenterControl (
    String appName, 
    XmlDocument initString, 
    IDesktopUserActions desktopAccess, 
    DynamicsBaseHostedControl parentHostedControl, 
    Sessions localSessionManager, 
    List<String> onLoadHistory, 
    Session localSession
)
public function PresenterControl (
    appName : String, 
    initString : XmlDocument, 
    desktopAccess : IDesktopUserActions, 
    parentHostedControl : DynamicsBaseHostedControl, 
    localSessionManager : Sessions, 
    onLoadHistory : List<String>, 
    localSession : Session
)

Parameters

  • appName
  • initString
  • desktopAccess
  • parentHostedControl
  • localSessionManager
  • onLoadHistory
  • localSession

Platforms

See Also

Reference

PresenterControl Class
PresenterControl Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.