Validates all of the contacts in the collection. Check the Errors collection for any warnings or errors found.

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public bool ValidateAll()
Visual Basic
Public Function ValidateAll As Boolean
Visual C++
public:
bool ValidateAll()

Return Value

True if all goes well, false if an error occurs. If false, check the Errors property for details.

See Also