DataComClientUserIsValid Method |
Checks if given Data.com user is valid.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax public bool UserIsValid(
NetworkCredential userCredential
)
Parameters
- userCredential
- Type: System.NetNetworkCredential
Credentials to check data.com for
Return Value
Type:
BooleanTrue if user credential is valid, false otherwise
Exceptions See Also