INonInteractiveActionManager GetNonInteractiveActions Method (Int64, IEnumerable Int64 )
[This is preliminary documentation and is subject to change.]
Returns actions that are available as non-interactive actions for a specific company id
Namespace: Netadmin.Management.Ticketing Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable <ITicketFlowAction > GetNonInteractiveActions (
long companyId ,
IEnumerable <long > ticketRegardingTypeIds
)Function GetNonInteractiveActions (
companyId As Long ,
ticketRegardingTypeIds As IEnumerable (Of Long )
) As IEnumerable (Of ITicketFlowAction )Parameters companyId Type: System Int64 The company id for which to get compatible non-interactive actions ticketRegardingTypeIds Type: System.Collections.Generic IEnumerable Int64 If not null, will restrict retrieved actions to actions configured for the specified regardingTypeIds Return Value Type:
IEnumerable ITicketFlowAction [Missing <returns> documentation for "M:Netadmin.Management.Ticketing.INonInteractiveActionManager.GetNonInteractiveActions(System.Int64,System.Collections.Generic.IEnumerable{System.Int64})"]
See Also