Click or drag to resize
ShippingOptionInfo Constructor (DataRow)
Constructor - Creates a new ShippingOptionInfo object from the given DataRow.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public ShippingOptionInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
See Also