  | IVisitorTrackerCreate Method (Int32, Int32) | 
  
    Namespace: 
   Dynamicweb.Frontend.Contracts
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
SyntaxIVisitorTracker Create(
	int pageID,
	int areaID
)
Function Create ( 
	pageID As Integer,
	areaID As Integer
) As IVisitorTracker
Parameters
- pageID
 - Type: SystemInt32
 - areaID
 - Type: SystemInt32
 
Return Value
Type: 
IVisitorTracker
See Also