Click or drag to resize
ContactDataMapper Constructor
Creates an instance of ContactDataMapper.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 11.0.0
Syntax
C#
public ContactDataMapper(
	string dataClassName,
	bool allowOverwrite
)

Parameters

dataClassName
Type: SystemString
Data container class name.
allowOverwrite
Type: SystemBoolean
Indicates if the already filled ContactInfo properties should be overwritten. Otherwise only empty properties are filled.
See Also