Click or drag to resize
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.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
ContactInfo ValidateContact(
	ContactInfo contact
)

Parameters

contact
Type: CMS.ContactManagementContactInfo
Contact to be validated

Return Value

Type: ContactInfo
Returns updated and parent contact or null if passed contact is not valid
See Also