HostedApplicationAdapter.DoAction Method (Action, RequestActionEventArgs)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Called by UII whenever an action is about to be performed on the application.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Syntax
public virtual bool DoAction(
Action action,
RequestActionEventArgs args
)
Public Overridable Function DoAction (
action As Action,
args As RequestActionEventArgs
) As Boolean
Parameters
action
Type: Microsoft.Uii.Csr.ActionRepresents the action class that contains the information about what action to start.
args
Type: Microsoft.Uii.Csr.RequestActionEventArgsRepresents the event arguments for request action event.
Return Value
Type: System.Boolean
Type: Boolean
true to accept the change; otherwise, false.
See Also
DoAction Overload
HostedApplicationAdapter Class
Microsoft.Uii.Csr Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright