IDesktopUserActions.UserDefinedCommand Method (String, String)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Allows the developer to pass commands to the desktop from a hosted control outside of the action system.
Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)
Syntax
string UserDefinedCommand(
string command,
string request
)
Function UserDefinedCommand (
command As String,
request As String
) As String
Parameters
command
Type: System.StringSpecifies the name of the command.
request
Type: System.StringSpecifies the command data.
Return Value
Type: System.String
User Defiend
Remarks
This is provided as an extendibility point for the IadUserActions Interface. Developers can implement their own commands within the desktop by overriding the UserDefinedCommand method and return string data.
See Also
IDesktopUserActions Interface
Microsoft.Uii.Desktop.Core Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright