CustomerInfoProviderInvalidateCustomer Method |
Invalidates customer (and user when registered) who made given order.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax public static void InvalidateCustomer(
int customerId
)
Parameters
- customerId
- Type: SystemInt32
ID of the customer to be invalidated.
See Also