Click or drag to resize
IContactDataInjector Interface
Injects data from other objects to ContactInfo object.

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

The IContactDataInjector type exposes the following members.

Methods
  NameDescription
Public methodInject
Injects provided data to a ContactInfo identified by contactId.
Top
See Also