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

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public static void RequireLeadReplication(
	ContactInfo contact
)

Parameters

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