Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetActionCode Method (reasons, extensions, list)
NamespacesGenesyslab.Desktop.Modules.Core.Model.Agents.ActionCodeIActionCodeManagerGetActionCode(InteractionData, InteractionData, IList<(Of <(CfgActionCode>)>))
Gets the action code.
Declaration Syntax
C#Visual BasicVisual C++
string GetActionCode(
	InteractionData reasons,
	InteractionData extensions,
	IList<CfgActionCode> list
)
Function GetActionCode ( _
	reasons As InteractionData, _
	extensions As InteractionData, _
	list As IList(Of CfgActionCode) _
) As String
String^ GetActionCode(
	InteractionData^ reasons, 
	InteractionData^ extensions, 
	IList<CfgActionCode^>^ list
)
Parameters
reasons (InteractionData)
The reasons
extensions (InteractionData)
The extensions.
list (IList<(Of <(CfgActionCode>)>))
The list of action codes.
Return Value
The action code.

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)