Click or drag to resize
DataComClientGetCurrentPartner Method
Gets the Data.com partner account information using the given access token.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public Partner GetCurrentPartner()

Return Value

Type: Partner
The Data.com partner account information.

Implements

IDataComClientGetCurrentPartner
See Also