Table of Contents

Class EngagementIndexLink

Namespace
Dynamicweb.EmailMarketing
Assembly
Dynamicweb.EmailMarketing.dll

Represents engagement index link

public class EngagementIndexLink
Inheritance
EngagementIndexLink
Inherited Members

Constructors

Initializes a new instance of the EngagementIndexLink class.

public EngagementIndexLink()

Initializes a new instance of the EngagementIndexLink class.

public EngagementIndexLink(int id, int index, string url, bool isIndexActive)

Parameters

id int
index int
url string
isIndexActive bool

Properties

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.

Gets or sets the engagement index value.

public int LinkEngagementIndex { get; set; }

Property Value

int

The index value.

Gets or sets the link ID.

public int LinkID { get; set; }

Property Value

int

The link ID.

Gets or sets the original URL.

public string OriginalUrl { get; set; }

Property Value

string

The original URL.

To top