| IContactValidatorValidateContact Method | 
            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.
            
 
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
 Syntax
SyntaxContactInfo ValidateContact(
	ContactInfo contact
)
Parameters
- contact
- Type: CMS.ContactManagementContactInfo
 Contact to be validated
Return Value
Type: 
ContactInfoReturns updated and parent contact or null if passed contact is not valid
 See Also
See Also