Click or drag to resize
LeadReplicationHelperGetCustomizedFieldsInternal 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#
protected virtual IEnumerable<string> GetCustomizedFieldsInternal()

Return Value

Type: IEnumerableString
See Also