Click or drag to resize
DataComClientGetUser Method
Gets the Data.com user account information using the given credential.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public User GetUser(
	NetworkCredential userCredential
)

Parameters

userCredential
Type: System.NetNetworkCredential
The Data.com user credential

Return Value

Type: User
The Data.com user account information

Implements

IDataComClientGetUser(NetworkCredential)
Exceptions
ExceptionCondition
DataComExceptionThrown when problems with API occur, or if username/password is not valid
See Also