Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Taxes Namespace / ITaxRuleRepository Interface / GetTaxRuleByName Method
Name of the tax rule
In This Topic
    GetTaxRuleByName Method (ITaxRuleRepository)
    In This Topic
    Gets the tax rule given the name
    Syntax
    TaxRule GetTaxRuleByName( 
       string name
    )

    Parameters

    name
    Name of the tax rule

    Return Value

    The tax rule, or 0 if not found
    Remarks
    Case insensitive match
    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