Class NewsletterRowReport.Link
Represents a link within the newsletter row report.
Inherited Members
Namespace: DataWeb.Newsletter
Assembly: DataWeb.Core.dll
Syntax
public class NewsletterRowReport.Link
Properties
ClickCount
The number of clicks associated with the link.
Declaration
public int ClickCount { get; set; }
Property Value
Type | Description |
---|---|
int |
LinkUrl
The URL of the link.
Declaration
public string LinkUrl { get; set; }
Property Value
Type | Description |
---|---|
string |