Click or drag to resize
IContactValidator Interface
Provides method for validating contact against the database.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public interface IContactValidator

The IContactValidator type exposes the following members.

Methods
  NameDescription
Public methodValidateContact
Checks whether contact passed in contact is valid and can be used as a current contact. Updates contact from hashtables/DB. If contact is merged, returns parent contact if available.
Top
See Also