Click or drag to resize
INonInteractiveActionManagerGetNonInteractiveActions Method (Int64, IEnumerableInt64)

[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
Syntax
IEnumerable<ITicketFlowAction> GetNonInteractiveActions(
	long companyId,
	IEnumerable<long> ticketRegardingTypeIds
)

Parameters

companyId
Type: SystemInt64
The company id for which to get compatible non-interactive actions
ticketRegardingTypeIds
Type: System.Collections.GenericIEnumerableInt64
If not null, will restrict retrieved actions to actions configured for the specified regardingTypeIds

Return Value

Type: IEnumerableITicketFlowAction

[Missing <returns> documentation for "M:Netadmin.Management.Ticketing.INonInteractiveActionManager.GetNonInteractiveActions(System.Int64,System.Collections.Generic.IEnumerable{System.Int64})"]

See Also