Click or drag to resize
DiscountInfo.Invalidate Method
Invalidates the current discount. Stored query results are cleared because discount codes could been modified.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
protected override void Invalidate(
	bool keepThisInstanceValid
)

Parameters

keepThisInstanceValid
Type: System.Boolean
Indicates if the current instance remains valid.
See Also