ITicketFlowActionManagerIsActionInUseByTicketDestination Method |
[This is preliminary documentation and is subject to change.]
Checks if a specific actionId is in use by any ticket destination configuration
Namespace: Netadmin.Management.TicketingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxbool IsActionInUseByTicketDestination(
long actionId
)
Function IsActionInUseByTicketDestination (
actionId As Long
) As Boolean
Parameters
- actionId
- Type: SystemInt64
The action id to check for
Return Value
Type:
BooleanTrue if the action is in use, false if not
See Also