DiscountInfoInvalidate Method |
Invalidates the current discount.
Stored query results are cleared because discount codes could been modified.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected override void Invalidate(
bool keepThisInstanceValid
)
Parameters
- keepThisInstanceValid
- Type: SystemBoolean
Indicates if the current instance remains valid.
See Also