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.")]
[ObsoleteSince(29, 0)]
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
contactChangeData
ContactChangeDataContact change to be saved