ProductVariantExisting Property |
Gets a value indicating whether this ProductVariant is already saved (exists) in database.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public bool Existing { get; }
Property Value
Type:
Boolean
True if already saved (exists) in database; otherwise, false.
See Also