Click or drag to resize
IContactChangeRepository Interface
Represents contact change repository.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax
C#
public interface IContactChangeRepository

The IContactChangeRepository type exposes the following members.

Methods
  NameDescription
Public methodSave
Saves given contactChangeData info to repository.
Top
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
See Also