Click or drag to resize
DefaultDeliveryBuilderAddContainerToCustomData Method
Adds the data container to the custom data of the constructed Delivery.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected void AddContainerToCustomData(
	IDataContainer container
)

Parameters

container
Type: CMS.BaseIDataContainer
The data container to be added.
See Also