CustomTransactionsGetUnprocessedTransactionsForUser Method

Returns all the unprocessed custom transactions for a specified CMS user.

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[] GetUnprocessedTransactionsForUser(
	Guid TransactionTypeGuid,
	int UserID
)

Parameters

TransactionTypeGuid
Type: SystemGuid
The Guid of the transaction type.
UserID
Type: SystemInt32
The CMS user ID.

Return Value

Type: CustomTransaction
An array of CustomTransaction objects.