ITicketAuthorizerGetAccessibleTicketStatuses Method |
[This is preliminary documentation and is subject to change.]
Returns the ticket statuses that can be selected
Namespace: Netadmin.Management.TicketingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable<ITicketStatus> GetAccessibleTicketStatuses(
ITicketUser ticketUser,
Nullable<long> existingTicketId
)
Function GetAccessibleTicketStatuses (
ticketUser As ITicketUser,
existingTicketId As Nullable(Of Long)
) As IEnumerable(Of ITicketStatus)
Parameters
- ticketUser
- Type: Netadmin.Management.Ticketing.DtoITicketUser
The ticket user context - existingTicketId
- Type: SystemNullableInt64
The existing ticket id, null if new ticket
Return Value
Type:
IEnumerableITicketStatusThe selectable ticket statuses
Exceptions
See Also