| Tracker Constructor (Int32, Int32) |
Initializes a new instance of an object.
Namespace:
Dynamicweb.Analytics
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public Tracker(
int pageID,
int areaID
)
Public Sub New (
pageID As Integer,
areaID As Integer
)
Parameters
- pageID
- Type: SystemInt32
An ID of the current page. - areaID
- Type: SystemInt32
An ID of the current area.
See Also