ITicketFlowActionManagerSetTicketRegardingTypeIds Method |
[This is preliminary documentation and is subject to change.]
Sets the ticket regardings for a specific ticket action
Namespace: Netadmin.Management.TicketingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxvoid SetTicketRegardingTypeIds(
long actionId,
IEnumerable<long> ticketRegardingTypeIds
)
Sub SetTicketRegardingTypeIds (
actionId As Long,
ticketRegardingTypeIds As IEnumerable(Of Long)
)
Parameters
- actionId
- Type: SystemInt64
The action for which to set the regardings - ticketRegardingTypeIds
- Type: System.Collections.GenericIEnumerableInt64
The regardings to set
Exceptions
See Also