LinkInfoProvider LogClick Method Kentico 8.0 API Reference
Logs that a link was clicked by a specified subscriber.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

linkId
Type: OnlineSystem Int32
ID of the newsletter issue
subscriberId
Type: OnlineSystem Int32
Subscriber's ID
ignoreSubscriberClick
Type: OnlineSystem Boolean
Indicates that click should not be included in the subscriber (that means that subscriber clicks must be obtained somewhere else, for example from activities)

Return Value

Type: OnlineString
Original link URL, or empty string if not successfull
See Also