| EngagementIndexLink Constructor (Int32, Int32, String, Boolean) |
Namespace:
Dynamicweb.EmailMarketing
Assembly:
Dynamicweb.EmailMarketing (in Dynamicweb.EmailMarketing.dll) Version: 3.0.2
Syntax public EngagementIndexLink(
int id,
int index,
string url,
bool isIndexActive
)
Public Sub New (
id As Integer,
index As Integer,
url As String,
isIndexActive As Boolean
)
Parameters
- id
- Type: SystemInt32
- index
- Type: SystemInt32
- url
- Type: SystemString
- isIndexActive
- Type: SystemBoolean
See Also