Click or drag to resize
TaxClassInfoProviderGetTaxClassInfo Method (Int32)

Note: This API is now obsolete.

Returns a tax class with the specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ITaxClassInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - TaxClassInfo.Provider.")]
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