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: 12.0.0
Syntax ContactInfo 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