Click or drag to resize
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.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
bool IsActionInUseByTicketDestination(
	long actionId
)

Parameters

actionId
Type: SystemInt64
The action id to check for

Return Value

Type: Boolean
True if the action is in use, false if not
See Also