Click or drag to resize
ITicketPriorityManagerReplacePriority Method

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

Will replace a ticket priority with another priority by updating references on tickets and posts.

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void ReplacePriority(
	long fromPriorityId,
	long toPriorityId
)

Parameters

fromPriorityId
Type: SystemInt64
The priority id to be replaced
toPriorityId
Type: SystemInt64
The new priority id
See Also