Click or drag to resize
DataComClientUserIsValid Method
Checks if given Data.com user is valid.

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

Parameters

userCredential
Type: System.NetNetworkCredential
Credentials to check data.com for

Return Value

Type: Boolean
True if user credential is valid, false otherwise
Exceptions
ExceptionCondition
DataComExceptionThrown when problems with API occur
See Also