Click or drag to resize
ITicketFlowActionManagerSetServiceProviderIds Method

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

Enables an action for a set of service providers.

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

Parameters

actionId
Type: SystemInt64

[Missing <param name="actionId"/> documentation for "M:Netadmin.Management.Ticketing.ITicketFlowActionManager.SetServiceProviderIds(System.Int64,System.Collections.Generic.IEnumerable{System.Int64})"]

serviceProviderIds
Type: System.Collections.GenericIEnumerableInt64

[Missing <param name="serviceProviderIds"/> documentation for "M:Netadmin.Management.Ticketing.ITicketFlowActionManager.SetServiceProviderIds(System.Int64,System.Collections.Generic.IEnumerable{System.Int64})"]

Exceptions
ExceptionCondition
InvalidIdentifierExceptionThrow if actionId is zero or less
InvalidOperationExceptionThrow if attempting to set a service provider for an action where the service provider is already set
ArgumentExceptionThrow if serviceProviderIds contains an id that is zero or less
See Also