Table of Contents

Interface IContactDataMapper

Namespace
CMS.ContactManagement
Assembly
CMS.ContactManagement.dll

Maps data to contact.

public interface IContactDataMapper
Extension Methods

Methods

Map(ISimpleDataContainer, ContactInfo)

Maps data to provided contact.

bool Map(ISimpleDataContainer data, ContactInfo contact)

Parameters

data ISimpleDataContainer

Data to modify contact with.

contact ContactInfo

Contact.

Returns

bool

Returns true if there were any properties to map.