Click or drag to resize
TaxClassInfoProviderGetTaxClassInfo Method (Int32)
Returns a tax class with the specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static TaxClassInfo GetTaxClassInfo(
	int classId
)

Parameters

classId
Type: SystemInt32
ID of the tax class.

Return Value

Type: TaxClassInfo
Tax class object with the ID.
See Also