Compartilhar via


LedgerTmpAccountCategoryLink.linkAll Method

Checks or unchecks all the main accounts.

Syntax

public boolean linkAll(NoYes _check)

Run On

Called

Parameters

  • _check
    Type: NoYes Enumeration
    A NoYes enumeration value that indicates whether to check or uncheck all the main accounts.

Return Value

Type: boolean
true if any net changes were made; otherwise, false.

Remarks

If the _check parameter is set to the No enumeration value, all accounts will be unchecked. If the _check parameter is set to the NoYes::Yes enumeration value, all accounts will be checked. This method only reports a change if any of the accounts have had their checked status changed. For example, if all the accounts are already checked and the _check parameter is set to the NoYes::Yes enumeration value, it will return false.

See Also

Reference

LedgerTmpAccountCategoryLink Table