Restore Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Restores a deleted Campaign record.
Overload List
Name | Description | |
---|---|---|
Restore(Int32, Int32) | Restores a deleted Campaign, and associates it with the specified Customer. | |
Restore(Int32, Int32, String) | Restores a deleted Campaign, associates it with the specified Customer, and gives it a new name. |
Top
Remarks
Deleting a Campaign does not actually remove the customer record from the database. These records are not permanently removed until the PurgeDeletedCampaigns method is called to purge them from the database. This method allows you to restore the record before it is permanently deleted.