LeadReplicationHelperGetContactInternal Method |
Returns a contact with the specified identifier.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 12.0.0
Syntax protected virtual ContactInfo GetContactInternal(
int contactId
)
Parameters
- contactId
- Type: SystemInt32
The contact identifier.
Return Value
Type:
ContactInfoA contact with the specified identifier.
See Also