Click or drag to resize
GiftCardInfoInvalidate Method
Invalidates the current gift card. Stored query results are cleared because gift card codes could been modified.

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

Parameters

keepThisInstanceValid
Type: SystemBoolean
Indicates if the current instance remains valid
See Also