Click or drag to resize
LeadReplicationHelperGetContact Method
Returns a contact with the specified identifier.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.2.23
Syntax
C#
public static ContactInfo GetContact(
	int contactId
)

Parameters

contactId
Type: SystemInt32
The contact identifier.

Return Value

Type: ContactInfo
A contact with the specified identifier.
See Also