Click or drag to resize
ITicketFlowActionManagerGetEntryActions Method (Int64, NullableInt64)

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

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Netadmin.Management.Ticketing.ITicketFlowActionManager.GetEntryActions(System.Int64,System.Nullable{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 overload GetEntryActions(long companyId, long? ticketUserId, long? ticketRegardingTypeId) This method will be removed in a future version")]
IEnumerable<ITicketFlowAction> GetEntryActions(
	long companyId,
	Nullable<long> ticketUserId
)

Parameters

companyId
Type: SystemInt64

[Missing <param name="companyId"/> documentation for "M:Netadmin.Management.Ticketing.ITicketFlowActionManager.GetEntryActions(System.Int64,System.Nullable{System.Int64})"]

ticketUserId
Type: SystemNullableInt64

[Missing <param name="ticketUserId"/> documentation for "M:Netadmin.Management.Ticketing.ITicketFlowActionManager.GetEntryActions(System.Int64,System.Nullable{System.Int64})"]

Return Value

Type: IEnumerableITicketFlowAction

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

See Also