IDesktopUserActions Interface
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Represents methods that a user control can invoke against the desktop.
Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)
Syntax
public interface IDesktopUserActions
Public Interface IDesktopUserActions
Methods
Name | Description | |
---|---|---|
AppExistsInUI(String) | Determines if an application exists in the current display. |
|
CloseDynamicApplication(String) | Closes the dynamic application. |
|
CloseSession() | Closes the current active sesion. |
|
CloseSession(Session) | Closes the specified session. |
|
CreateDynamicApplication(String) | Creates a dynamic application by the name provided. |
|
GetCurrentWorkflowState() | Retrieves the current workflow state, if any. If no workflow is running, returns null. |
|
OpenSession(CustomerEntity, Guid) | Creates a session in Desktop. It will create or open an existing session with customer data. |
|
SetFocusOnApplication(String) | Requests the desktop to set focus on the application requested. |
|
UserDefinedCommand(String, String) | Allows the developer to pass commands to the desktop from a hosted control outside of the action system. |
See Also
Microsoft.Uii.Desktop.Core Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright