Click or drag to resize
ITicketManagerSetTicketDeadline Method

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

Updates the deadline on a ticket

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

Parameters

ticketId
Type: SystemInt64
The ticket id
deadline
Type: SystemDateTime
The deadline to set
Exceptions
ExceptionCondition
InvalidIdentifierExceptionThrown if ticket id is zero or less
ObjectNotFoundExceptionThrown if the ticket does not exist.
See Also