Click or drag to resize
INonInteractiveActionManagerGetAutomaticActions Method

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

Returns actions that are available for a specific ticket user. Will only return actions that have default, and only default values set.

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<ITicketFlowAction> GetAutomaticActions(
	long ticketUserId,
	Nullable<long> ticketId
)

Parameters

ticketUserId
Type: SystemInt64
The ticket user id to get available
ticketId
Type: SystemNullableInt64
Optionally a ticket id. Null will return initial actions

Return Value

Type: IEnumerableITicketFlowAction

[Missing <returns> documentation for "M:Netadmin.Management.Ticketing.INonInteractiveActionManager.GetAutomaticActions(System.Int64,System.Nullable{System.Int64})"]

Remarks
Will only return actions that will bypass most user access restrictions which makes this method usable for determining possible actions in a non-interactive context. It will, however, ensure that Service provider users only sees actions to which they have access.
See Also