| ContactDataMapper Constructor | 
 
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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
See Also