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