Click or drag to resize
SubscriberLinkInfoClicks Property
Gets the number of times this link was clicked by a subscriber.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax
C#
public virtual int Clicks { get; set; }

Property Value

Type: Int32
Number of clicks by a specified subscriber or 0 if not applicable
See Also