Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.ContactManagement Namespaces
CMS.ContactManagement
IContactDataMapper Interface
IContactDataMapper Methods
Map Method
IContactDataMapper
Map Method
Maps
data
to provided
contact
.
Namespace:
CMS.ContactManagement
Assembly:
CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax
C#
Copy
bool
Map
(
ISimpleDataContainer
data
,
ContactInfo
contact
)
Parameters
data
Type:
CMS.Base
ISimpleDataContainer
Data to modify contact with.
contact
Type:
CMS.ContactManagement
ContactInfo
Contact.
Return Value
Type:
Boolean
Returns
true
if there were any properties to map.
See Also
Reference
IContactDataMapper Interface
CMS.ContactManagement Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com