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.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static DataSet GetStatesAndTaxValues(
int classId,
int countryId
)
Parameters
- classId
- Type: SystemInt32
Tax class ID - countryId
- Type: SystemInt32
Country ID
Return Value
Type:
DataSetSee Also