Click or drag to resize
ShoppingCartItemInfoCartItemValidTo Property
It is set only when cart item represents e-product and when the cart item was loaded from the existing e-product order item. Then it is date and time until the e-product download links are valid.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public DateTime CartItemValidTo { get; set; }

Property Value

Type: DateTime
See Also