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.TicketingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxvoid ReplacePriority(
long fromPriorityId,
long toPriorityId
)
Sub ReplacePriority (
fromPriorityId As Long,
toPriorityId As Long
)
Parameters
- fromPriorityId
- Type: SystemInt64
The priority id to be replaced - toPriorityId
- Type: SystemInt64
The new priority id
See Also