Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Taxes Namespace / TaxRule Class / AppliesToTaxCode Method / AppliesToTaxCode(Int32) Method
Tax code to check against the rule.
In This Topic
    AppliesToTaxCode(Int32) Method
    In This Topic
    Indicates whether this rule applies to the given tax code.
    Syntax
    public virtual bool AppliesToTaxCode( 
       int taxCodeId
    )

    Parameters

    taxCodeId
    Tax code to check against the rule.

    Return Value

    True if the rule applies to the given tax code; false otherwise.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also