Click or drag to resize
TaxClassStateInfoProviderGetStatesAndTaxValues Method
Returns dataset with states 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 states.

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

Parameters

classId
Type: SystemInt32
Tax class ID
countryId
Type: SystemInt32
Country ID

Return Value

Type: DataSet
See Also