Click or drag to resize
ProductVariantExisting Property
Gets a value indicating whether this ProductVariant is already saved (exists) in database.

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

Property Value

Type: Boolean
True if already saved (exists) in database; otherwise, false.
See Also