TransactionsFindCurrentPriorTrans Method

Given a category, drill down the chain to determine if there are any transactions for the current or prior years.

Definition

Namespace: MbcsCentral.WinGL
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static bool FindCurrentPriorTrans(
	Category category
)

Parameters

category  Category
 

Return Value

Boolean
true = found transactions, false = no transactions found

See Also