CustomTransactionsGetTransactionsByType Method

Retrieves all the custom transactions of a specified type.

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[] GetTransactionsByType(
	Guid TransactionTypeGuid,
	ETransactionProcessedFilter ProcessedFlag = ETransactionProcessedFilter.All
)

Parameters

TransactionTypeGuid
Type: SystemGuid
The Guid of the transaction type.
ProcessedFlag (Optional)
Type: BBNCExtensions.Interfaces.TransactionsETransactionProcessedFilter
An optional filter to only return transactions of a certain workflow state.

Return Value

Type: CustomTransaction
An array of CustomTransaction objects.