Table of Contents

Class LeadInfo

Namespace
Dynamicweb.DataIntegration.ProviderHelpers
Assembly
Dynamicweb.DataIntegration.dll
public class LeadInfo
Inheritance
LeadInfo
Inherited Members

Constructors

LeadInfo()

public LeadInfo()

Fields

CompanyName

public string CompanyName

Field Value

string

CountryCode

public string CountryCode

Field Value

string

CountryName

public string CountryName

Field Value

string

ExternalUserID

public string ExternalUserID

Field Value

string

LastVisitDate

public DateTime LastVisitDate

Field Value

DateTime

LeadID

public int LeadID

Field Value

int

PageInfos

public List<LeadPageInfo> PageInfos

Field Value

List<LeadPageInfo>
To top