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

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax
C#
protected virtual string LogClickInternal(
	int linkId,
	int subscriberId,
	bool ignoreSubscriberClick
)

Parameters

linkId
Type: SystemInt32
ID of the newsletter issue
subscriberId
Type: SystemInt32
Subscriber's ID
ignoreSubscriberClick
Type: SystemBoolean
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: String
Original link URL, or empty string if not successfull
See Also