| PartnerContactProviderGetContact Method  | 
            Searches Data.com for a contact with the specified identifier, and returns it.
            
 
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntaxpublic Contact GetContact(
	long contactIdentifier,
	bool purchaseFlag
)
Parameters
- contactIdentifier
 - Type: SystemInt64
The identifier of a Data.com contact. - purchaseFlag
 - Type: SystemBoolean
The value that indicates whether the service should attempt to buy the contact and deduct points from the account. 
Return Value
Type: 
ContactThe contact with the specified identifier, if the contact was found; otherwise, null.
Implements
IContactProviderGetContact(Int64, Boolean)
See Also