| LeadReplicationHelperGetContact Method | 
            Returns a contact with the specified identifier.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
 Syntax
Syntaxpublic static ContactInfo GetContact(
	int contactId
)
Parameters
- contactId
- Type: SystemInt32
 The contact identifier.
Return Value
Type: 
ContactInfoA contact with the specified identifier.
 See Also
See Also