CustomerInfoProviderDeleteCustomerInfo Method (Int32) |
Deletes customer with specified ID.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax public static void DeleteCustomerInfo(
int customerId
)
Parameters
- customerId
- Type: SystemInt32
Customer ID
See Also