Click or drag to resize
ContactInfoProviderGetContactInfoInternal Method (String)
Returns contact with specified email.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
protected virtual ContactInfo GetContactInfoInternal(
	string email
)

Parameters

email
Type: SystemString
Contact email or null if no contact with given email found.

Return Value

Type: ContactInfo
See Also