Class EngagementIndexLink
- Namespace
- Dynamicweb.EmailMarketing
- Assembly
- Dynamicweb.EmailMarketing.dll
Represents engagement index link
public class EngagementIndexLink
- Inheritance
-
EngagementIndexLink
- Inherited Members
Constructors
EngagementIndexLink()
Initializes a new instance of the EngagementIndexLink class.
public EngagementIndexLink()
EngagementIndexLink(int, int, string, bool)
Initializes a new instance of the EngagementIndexLink class.
public EngagementIndexLink(int id, int index, string url, bool isIndexActive)
Parameters
Properties
IsActive
Gets or sets a value indicating whether the engagement index is active.
public bool IsActive { get; set; }
Property Value
- bool
true
if engagement index is active; otherwise,false
.
LinkEngagementIndex
Gets or sets the engagement index value.
public int LinkEngagementIndex { get; set; }
Property Value
- int
The index value.
LinkID
Gets or sets the link ID.
public int LinkID { get; set; }
Property Value
- int
The link ID.
OriginalUrl
Gets or sets the original URL.
public string OriginalUrl { get; set; }
Property Value
- string
The original URL.