| ViewData Constructor |
Initializes a new instance of the
ViewData class
Namespace:
Dynamicweb.Tracking
Assembly:
Dynamicweb.Tracking (in Dynamicweb.Tracking.dll) Version: 1.0.3
Syntax public ViewData(
int areaId,
int pageId
)
Public Sub New (
areaId As Integer,
pageId As Integer
)
Parameters
- areaId
- Type: SystemInt32
- pageId
- Type: SystemInt32
See Also