Click or drag to resize

PageInfo Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.Leads.LeadsStatisticPageInfo

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

The PageInfo type exposes the following members.

Constructors
  NameDescription
Public methodPageInfo
Initializes a new instance of an object.
Public methodPageInfo(String, Area, String)
Initializes a new instance of an object.
Public methodPageInfo(String, Area, String, String)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyArea
Gets or sets the area that corresponds to a given page.
Public propertyCount
Gets or sets the count of page visits.
Public propertyName
Gets or sets the name of the page.
Public propertyPath
Gets or sets the path of the page.
Public propertyUrl
Gets or sets page URL.
Top
Methods
See Also