Table of Contents

Interface IContactValidator

Namespace
CMS.ContactManagement
Assembly
CMS.ContactManagement.dll

Provides method for validating contact against the database.

public interface IContactValidator
Extension Methods

Methods

ValidateContact(ContactInfo)

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.

ContactInfo ValidateContact(ContactInfo contact)

Parameters

contact ContactInfo

Contact to be validated

Returns

ContactInfo

Returns updated and parent contact or null if passed contact is not valid