Click or drag to resize
CurrencyInfoCopyDataFrom Method
Fills data properties with values from given template.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public void CopyDataFrom(
	CurrencyInfo currency
)

Parameters

currency
Type: CMS.EcommerceCurrencyInfo
Template to copy data from
See Also