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