Click or drag to resize
LinkInfoLinkTotalClicks Property
Gets or sets the total number of times this link was clicked.

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

Property Value

Type: Int32
Number of times this link was clicked, or 0 when not present.
See Also