HostedControl.AddAction Method (Int32, String, String)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Adds an action for use from one application or the UII core to this application. An action with id of 1 is the default action and is called when initing the application. There is no requirement to have a default action though.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Syntax
public virtual void AddAction(
int id,
string name,
string initialization
)
Public Overridable Sub AddAction (
id As Integer,
name As String,
initialization As String
)
Parameters
id
Type: System.Int32ID of the action.
name
Type: System.StringName of the action.
initialization
Type: System.StringInitialization
Implements
IHostedApplication.AddAction(Int32, String, String)
See Also
HostedControl Class
Microsoft.Uii.Csr Namespace
Return to top
Unified Service Desk 2.0
© 2016 Microsoft. All rights reserved. Copyright