Click or drag to resize
INonInteractiveActionManager Interface

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

Manager for retrieving non-interactive ticket flow actions usable from code

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface INonInteractiveActionManager

The INonInteractiveActionManager type exposes the following members.

Methods
  NameDescription
Public methodIEnumerableT, T: ITicketFlowActionGetAutomaticActions(Int64, NullableInt64)
Returns actions that are available for a specific ticket user. Will only return actions that have default, and only default values set.
Public methodIEnumerableT, T: ITicketFlowActionGetNonInteractiveActions(Int64) Obsolete.
Public methodIEnumerableT, T: ITicketFlowActionGetNonInteractiveActions(Int64, IEnumerableInt64)
Returns actions that are available as non-interactive actions for a specific company id
Top
See Also