Click or drag to resize
ITicketAuthorizerGetAccessibleServiceProviders Method

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

Returns the service providers that can be selected

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<IServiceProvider> GetAccessibleServiceProviders(
	ITicketUser ticketUser,
	Nullable<long> existingTicketId
)

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: IEnumerableIServiceProvider
The selectable service providers
Exceptions
ExceptionCondition
ObjectNotFoundExceptionThrown if existingTicketId is not null and can not be found.
See Also