Click or drag to resize
ITicketManagerMoveTicket Method

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

Moves the ticket to a new regarding

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void MoveTicket(
	long ticketId,
	long objectTypeId,
	long objectId
)

Parameters

ticketId
Type: SystemInt64
The ticket to move
objectTypeId
Type: SystemInt64
The object type id of the regarding object
objectId
Type: SystemInt64
The object id of the regarding object
Exceptions
ExceptionCondition
ObjectNotFoundExceptionThrown if the ticket id could not be found
NoRegisteredTicketRegardingHandlerExceptionThrown if there is no ticket regarding handler registered for the specified object type id
InvalidIdentifierExceptionThrown if any identifiers are invalid
InvalidOperationExceptionThrown if the CompanyId of the Ticket Type does not match the CompanyId of the 'Regarding' object
DatabaseInconsistencyExceptionData inconsistency, ticket does not have a type
See Also