RequestActionEventArgs Constructor (ApplicationHostWorkItem, String, String, Object)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Create a request to run an action.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Syntax
public RequestActionEventArgs(
ApplicationHostWorkItem appHostWorkItem,
string target,
string action,
object data
)
Public Sub New (
appHostWorkItem As ApplicationHostWorkItem,
target As String,
action As String,
data As Object
)
Parameters
appHostWorkItem
Type: Microsoft.Uii.Csr.ApplicationHostWorkItemThe CAB workitem containing the target application (IsGlobalWorkItem=true indicates use active session)
target
Type: System.StringThe application to run the action on or * for all applications
action
Type: System.StringThe name of the action
data
Type: System.ObjectSome data to pass along to the action
See Also
RequestActionEventArgs Overload
RequestActionEventArgs Class
Microsoft.Uii.Csr Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright