Click or drag to resize
ITicketFlowActionManagerSetTicketRegardingTypeIds Method

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

Sets the ticket regardings for a specific ticket action

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void SetTicketRegardingTypeIds(
	long actionId,
	IEnumerable<long> ticketRegardingTypeIds
)

Parameters

actionId
Type: SystemInt64
The action for which to set the regardings
ticketRegardingTypeIds
Type: System.Collections.GenericIEnumerableInt64
The regardings to set
Exceptions
ExceptionCondition
InvalidIdentifierExceptionThrown if actionId is zero or less
ArgumentNullExceptionThrown if ticketRegardingTypeIds is null
ObjectNotFoundExceptionThrown if action does not exists
See Also