Click or drag to resize
ExchangeTableInfoProviderSetExchangeTableInfo Method
Sets (updates or inserts) specified exchange table.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void SetExchangeTableInfo(
	ExchangeTableInfo tableObj
)

Parameters

tableObj
Type: CMS.EcommerceExchangeTableInfo
Exchange table to be set
See Also