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
Gets or sets the number of clicks associated with the link.
Declaration
public int ClickCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
LinkUrl
Gets or sets the URL of the link.
Declaration
public string LinkUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |