Share via


Restore Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Restores a deleted Customer record.

Overload List

  Name Description
ms989363.pubmethod(en-US,CS.70).gif Restore(Int32) Restores a deleted Customer record, based upon its unique identifier.
ms989363.pubmethod(en-US,CS.70).gif Restore(Int32, String) Restores a deleted Customer record, based upon its unique identifier, and gives it a new name.

Top

Remarks

Deleting a Customer does not actually remove the customer record from the database. These records are not permanently removed until the PurgeDeletedCustomers method is called to purge them from the database. This method allows you to restore the record before it is permanently deleted.

See Also

Reference

CustomerManager Class

CustomerManager Members

Microsoft.CommerceServer.Marketing Namespace