Click or drag to resize
IContactDemographicsDataRetrieverFactoryRegister Method
Registers given contactDemographicsDataRetriever under the given identifier.

Namespace: CMS.ContactManagement.Web.UI.Internal
Assembly: CMS.ContactManagement.Web.UI (in CMS.ContactManagement.Web.UI.dll) Version: 11.0.0
Syntax
C#
void Register(
	string identifier,
	Type contactDemographicsDataRetriever
)

Parameters

identifier
Type: SystemString
Identifier the given contactDemographicsDataRetriever is registered under
contactDemographicsDataRetriever
Type: SystemType
Implementation of IContactDemographicsDataRetriever
See Also