Share via


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
ms989361.pubmethod(en-US,CS.70).gif Restore(Int32, Int32) Restores a deleted Campaign, and associates it with the specified Customer.
ms989361.pubmethod(en-US,CS.70).gif 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.

See Also

Reference

CampaignManager Class

CampaignManager Members

Microsoft.CommerceServer.Marketing Namespace