Click or drag to resize

LeadsListItem Class

Represents a single row within the leads list.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Controls.OMCLeadsListItem

Namespace:  Dynamicweb.Controls.OMC
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class LeadsListItem

The LeadsListItem type exposes the following members.

Constructors
  NameDescription
Public methodLeadsListItem
Initializes a new instance of an object.
Public methodLeadsListItem(Visit)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyCartReference
Gets or sets visitor's order progress
Public propertyCountryCode
Gets or sets the two-letter ISO country code.
Public propertyCountryName
Gets or sets the country name.
Public propertyEngagement
Gets or sets visitor's engagement index.
Public propertyID
Gets or sets the unique identifier of the row.
Public propertyIPAddress
Gets or sets IP-address of the visitor.
Public propertyIsActive
Gets or sets value indicating whether visitor row is active.
Public propertyIsLead
Gets or sets value indicating whether visitor is lead, not lead or a potential lead.
Public propertyISP
Gets or sets the Internet Service Provider name.
Public propertyIsSelected
Gets or sets value indicating whether visitor row is selected.
Public propertyLastVisit
Gets or sets the information about visitor's last visit.
Public propertyLeadState
Gets or sets the lead state of this visitor.
Public propertyOrderId
Gets or sets visitor's order ID
Public propertyUserCompany
Gets or sets the user company.
Public propertyUserName
Gets or sets the user name.
Public propertyVisitorID
Gets or sets the unique identifier of the visitor.
Public propertyVisitsCount
Gets or sets the number of visits that corresponds to this visitor.
Top
Methods
  NameDescription
Public methodToJSON
Serializes an object into JSON string and writes the output using the provided text writer.
Top
Remarks