DefaultDeliveryBuilderAddContainerToCustomData Method |
Adds the data container to the custom data of the constructed
Delivery.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected void AddContainerToCustomData(
IDataContainer container
)
Parameters
- container
- Type: CMS.BaseIDataContainer
The data container to be added.
See Also