| PageInfo Constructor (String, Area, String, String) |
Initializes a new instance of an object.
Namespace:
Dynamicweb.Analytics.Leads.LeadsStatistic
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public PageInfo(
string name,
Area area,
string url,
string path
)
Public Sub New (
name As String,
area As Area,
url As String,
path As String
)
Parameters
- name
- Type: SystemString
Page name. - area
- Type: Dynamicweb.ContentArea
Corresponding area. - url
- Type: SystemString
Page URL. - path
- Type: SystemString
Page Path.
Remarks See Also