CustomTransactionsGetTransaction Method

Retrieves a custom transaction.

Namespace: BBNCExtensions.API.Transactions
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract CustomTransaction GetTransaction(
	int TransactionID
)

Parameters

TransactionID
Type: SystemInt32
The record ID of the transaction.

Return Value

Type: CustomTransaction
A CustomTransaction object for the specified custom transaction.