Click or drag to resize
LinkInfoProviderLogClickInternal Method
Logs that a link was clicked by visitor with specified email.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
protected virtual void LogClickInternal(
	int linkId,
	string email
)

Parameters

linkId
Type: SystemInt32
ID of the link
email
Type: SystemString
Email of visitor that clicked the link.
See Also