Click or drag to resize
TaxClassStateInfoProviderGet Method (Int32, Int32)
Gets an instance of the TaxClassStateInfo binding structure.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
public virtual TaxClassStateInfo Get(
	int taxClassId,
	int stateId
)

Parameters

taxClassId
Type: SystemInt32
Tax class ID.
stateId
Type: SystemInt32
State ID.

Return Value

Type: TaxClassStateInfo
Returns an instance of TaxClassStateInfo corresponding to given identifiers or null.

Implements

ITaxClassStateInfoProviderGet(Int32, Int32)
See Also