Click or drag to resize
ContactDataMapperMap Method
Maps data to provided contact.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax
C#
public bool Map(
	ISimpleDataContainer data,
	ContactInfo contact
)

Parameters

data
Type: CMS.BaseISimpleDataContainer
Source data.
contact
Type: CMS.ContactManagementContactInfo
Contact.

Return Value

Type: Boolean
Returns true if there were any properties to map.

Implements

IContactDataMapperMap(ISimpleDataContainer, ContactInfo)
Remarks
The modification is based on mapping defined for external data source.
See Also