Click or drag to resize
SubscriberInfoProviderGetSubscriberInfoInternal Method (String, Int32)
Returns the Subscriber object for the specified subscriber. Excludes specific subscriber types such as users, roles, contacts, contact groups or personas.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
protected virtual SubscriberInfo GetSubscriberInfoInternal(
	string email,
	int siteId
)

Parameters

email
Type: SystemString
Subscriber's email address
siteId
Type: SystemInt32
Site ID

Return Value

Type: SubscriberInfo
Subscriber specified by his email and site ID
See Also