ExternalApplication.DoAction Method (String, String)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Note: This API is now obsolete.
Performs an action where the action is given by its unique name.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Syntax
[ObsoleteAttribute("This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!")]
public override void DoAction(
string actionName,
string data
)
<ObsoleteAttribute("This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!")>
Public Overrides Sub DoAction (
actionName As String,
data As String
)
Parameters
actionName
Type: System.StringName of the action as defined in Admin Console for the application that calls this external one.
data
Type: System.StringXML content of Admin Console "Build Action Initialization String" panel that describes the action.
Implements
IHostedApplication.DoAction(String, String)
See Also
DoAction Overload
ExternalApplication Class
Microsoft.Uii.Csr Namespace
Return to top
Unified Service Desk 2.0
© 2016 Microsoft. All rights reserved. Copyright