ContactInfoProviderGetContactInfoInternal Method (String) |
Returns contact with specified email.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax protected virtual ContactInfo GetContactInfoInternal(
string email
)
Parameters
- email
- Type: SystemString
Contact email or null if no contact with given email found.
Return Value
Type:
ContactInfoSee Also