Click or drag to resize
ITicketFlowActionManagerGetServiceProviderIds Method

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

Retrieves all service providers where an action is available.

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<long> GetServiceProviderIds(
	long actionId
)

Parameters

actionId
Type: SystemInt64

[Missing <param name="actionId"/> documentation for "M:Netadmin.Management.Ticketing.ITicketFlowActionManager.GetServiceProviderIds(System.Int64)"]

Return Value

Type: IEnumerableInt64
The ids for the service providers that have the action enabled
Exceptions
ExceptionCondition
InvalidIdentifierExceptionThrow if actionId is zero or less
See Also