Click or drag to resize
ShoppingCartItemParametersIsPrivate Property
Indicates if product is added to the shopping cart as private. Makes sense only for the private Donation. It is false by default.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public bool IsPrivate { get; set; }

Property Value

Type: Boolean
See Also