Click or drag to resize
ContactAttributeMapperFactory Constructor
Initializes a new instance of the ContactAttributeMapperFactory with the specified country and state finders.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public ContactAttributeMapperFactory(
	ICountryFinder countryFinder,
	IStateFinder stateFinder
)

Parameters

countryFinder
Type: CMS.DataComICountryFinder
The country finder.
stateFinder
Type: CMS.DataComIStateFinder
The state finder.
See Also