Click or drag to resize
DeliveryItems Property
The items shipped in the delivery. Only products and product options of the product type are present.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public IEnumerable<DeliveryItem> Items { get; }

Property Value

Type: IEnumerableDeliveryItem
See Also