Click or drag to resize
DeliveryItems Property
Items shipped in this delivery. Only products and accessory product options are present.

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

Property Value

Type: IEnumerableDeliveryItem
See Also