Click or drag to resize
ITicketFlowActionManagerGetGlobalAction Method

[This is preliminary documentation and is subject to change.]

Retrieves a global action for the specified flow step

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
ITicketFlowAction GetGlobalAction(
	GlobalActions action,
	long flowStepId
)

Parameters

action
Type: Netadmin.Management.Ticketing.DtoGlobalActions
The action to be retrieved
flowStepId
Type: SystemInt64
The step the action is for

Return Value

Type: ITicketFlowAction
A virtual action that is not backed by database
See Also