Click or drag to resize
ContactInfoProviderRequireLeadReplicationInternal Method
Marks the specified contact as required for lead replication despite its score.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void RequireLeadReplicationInternal(
	ContactInfo contact
)

Parameters

contact
Type: CMS.OnlineMarketingContactInfo
The contact to mark for lead replication.
See Also