Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Taxes.Providers Namespace / TaxProviderDataSource Class / GetTaxProviders Method / GetTaxProviders(Boolean) Method
Whether to include configured providers or not
In This Topic
    GetTaxProviders(Boolean) Method
    In This Topic
    Gets instances of all classes available that implement the ITaxProvider interface
    Syntax
    public static IList<ITaxProvider> GetTaxProviders( 
       bool includeConfigured
    )

    Parameters

    includeConfigured
    Whether to include configured providers or not

    Return Value

    List of instances of classes implementing ITaxProvider
    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