Interface IContactChangeRepository
- Namespace
 - CMS.ContactManagement
 
- Assembly
 - CMS.ContactManagement.dll
 
Represents contact change repository.
[Obsolete("Interface was not intended for public use and will be removed in the next version.")]
public interface IContactChangeRepository
  - Extension Methods
 
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
Methods
Save(ContactChangeData)
Saves given contactChangeData info to repository.
void Save(ContactChangeData contactChangeData)
  Parameters
contactChangeDataContactChangeDataContact change to be saved