UserContactProvider GetContact Method Kentico 8.1 API Reference
Searches Data.com for a contact with the specified identifier, and returns it.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

contactIdentifier
Type: OnlineSystem Int64
The identifier of a Data.com contact.
purchaseFlag
Type: OnlineSystem Boolean
The value that indicates whether the service should attempt to buy the contact and deduct points from the account.

Return Value

Type: Contact
The contact with the specified identifier, if the contact was found; otherwise, null.
See Also