Click or drag to resize

LeadSourcesSettings Class

Represents a settings that are used to storing lead's sources / domains
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.LeadsLeadSourcesSettings

Namespace:  Dynamicweb.Analytics.Leads
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public sealed class LeadSourcesSettings

The LeadSourcesSettings type exposes the following members.

Constructors
  NameDescription
Public methodLeadSourcesSettings
Initializes a new instance of the LeadSourcesSettings class
Top
Properties
  NameDescription
Public propertySources
Public propertySourceTypes
Gets SourceType
Top
Methods
  NameDescription
Public methodStatic memberGetSettings
Reads the settings from the configuration file. If the settings are not defined, null (Nothing in Visual Basic) is returned.
Public methodSave
Saves the settings to the settings configuration file.
Public methodStatic memberSourceByReffererUrl
Defines the most appropriate source type by referrer url
Top
See Also