Click or drag to resize
CustomerInfoProviderInvalidateCustomer Method
Invalidates customer (and user when registered) who made given order.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void InvalidateCustomer(
	int customerId
)

Parameters

customerId
Type: SystemInt32
ID of the customer to be invalidated.
See Also