Click or drag to resize
INonInteractiveActionManagerGetNonInteractiveActions Method (Int64)

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

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Netadmin.Management.Ticketing.INonInteractiveActionManager.GetNonInteractiveActions(System.Int64)"]

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
[ObsoleteAttribute("Please use the GetNonInteractiveActions(long companyId, IEnumerable<long> ticketRegardingTypeIds) overload. This method will be removed in a future version")]
IEnumerable<ITicketFlowAction> GetNonInteractiveActions(
	long companyId
)

Parameters

companyId
Type: SystemInt64

[Missing <param name="companyId"/> documentation for "M:Netadmin.Management.Ticketing.INonInteractiveActionManager.GetNonInteractiveActions(System.Int64)"]

Return Value

Type: IEnumerableITicketFlowAction

[Missing <returns> documentation for "M:Netadmin.Management.Ticketing.INonInteractiveActionManager.GetNonInteractiveActions(System.Int64)"]

See Also