Click or drag to resize
GiftCardInfoIsRunning Property
Determines whether gift card is currently running. ValidFrom and ValidTo properties are compared to current date/time.

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

Property Value

Type: Boolean

Implements

IDiscountInfoIsRunning
See Also