IDesktopUserActions Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents methods that a user control can invoke against the desktop.
public interface class IDesktopUserActions
public interface IDesktopUserActions
type IDesktopUserActions = interface
Public Interface IDesktopUserActions
Methods
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. |