LinkInfoProviderLogClickInternal Method |
Logs that a link was clicked by visitor with specified email.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax 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