IUSDPanel Interface
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Provides functions that are needed to support custom panel types in Unified Service Desk.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Syntax
public interface IUSDPanel
Public Interface IUSDPanel
Properties
Name | Description | |
---|---|---|
ApplicationList | Gets the list of applications. |
|
Name | Gets or sets the name of the panel as referred to in the Display Name of a hosted control in Unified Service Desk. |
Methods
Name | Description | |
---|---|---|
CloseApplications() | Closes all applications. |
|
GetAppById(Guid) | Locates the control/application on this panel based on the Control GUID specified, and returns a reference to the control/application. |
|
GetControlCount() | Returns the count of hosted applications on this panel |
|
GetVisibleApplication() | Gets the visible application. |
|
NotifyContextChange(Context) | Notifies UII of a context change. |
|
NotifySessionHidden(Session) | Notifies UII of a hidden session. |
|
NotifySessionHiding(Session) | Notifies the application of a hiding session. |
|
NotifySessionShowing(Session) | Notifies the application of a showing session. |
|
NotifySessionShown(Session) | Notifies the application of the session shown. |
|
PropogateResources() | Propagates the resources. |
|
SendApplicationsToUnknownPanel() | Sends applications to unknown panel. |
|
SessionChanged(Session) | Notifies the application that the session has changed. |
|
SetActiveApplication(IHostedApplication) | Sets the active application. |
Remarks
For more information about panel types in Unified Service Desk, see Panel types in Unified Service Desk and Create a custom panel type.
See Also
Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright