Click or drag to resize
TaxClassCountryInfoProviderGetCountriesAndTaxValues Method
Returns dataset with countries and their values of the specified tax. This method is used in the administration user interface when configuring values of the specified tax for all countries.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetCountriesAndTaxValues(
	int classId
)

Parameters

classId
Type: SystemInt32
Tax class ID

Return Value

Type: DataSet
See Also