ITicketFlowActionManagerGetServiceProviderIds Method |
[This is preliminary documentation and is subject to change.]
Retrieves all service providers where an action is available.
Namespace: Netadmin.Management.TicketingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable<long> GetServiceProviderIds(
long actionId
)
Function GetServiceProviderIds (
actionId As Long
) As IEnumerable(Of Long)
Parameters
- actionId
- Type: SystemInt64
[Missing <param name="actionId"/> documentation for "M:Netadmin.Management.Ticketing.ITicketFlowActionManager.GetServiceProviderIds(System.Int64)"]
Return Value
Type:
IEnumerableInt64The ids for the service providers that have the action enabled
Exceptions
See Also