ITicketFlowActionManagerGetGlobalAction Method |
[This is preliminary documentation and is subject to change.]
Retrieves a global action for the specified flow step
Namespace: Netadmin.Management.TicketingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxITicketFlowAction GetGlobalAction(
GlobalActions action,
long flowStepId
)
Function GetGlobalAction (
action As GlobalActions,
flowStepId As Long
) As ITicketFlowAction
Parameters
- action
- Type: Netadmin.Management.Ticketing.DtoGlobalActions
The action to be retrieved - flowStepId
- Type: SystemInt64
The step the action is for
Return Value
Type:
ITicketFlowActionA virtual action that is not backed by database
See Also