Click or drag to resize
LeadReplicationHelperGetCustomizedFields Method
Gets a list of SalesForce field names whose values are retrieved from an overriden PrepareLeadForReplicationInternal(Entity, ContactInfo) method.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
public static IEnumerable<string> GetCustomizedFields()

Return Value

Type: IEnumerableString
See Also