Click or drag to resize
ExchangeTableInfoProviderGetLastExchangeTableInfo Method
For specified site returns last valid exchange table or last invalid exchange table if no valid table found or null if no exchange table found.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ExchangeTableInfo GetLastExchangeTableInfo(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: ExchangeTableInfo
See Also