  | StatisticsObject Constructor (String, String, String, Boolean) | 
  
    Namespace: 
   Dynamicweb.Frontend
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic StatisticsObject(
	string type,
	string element,
	string value,
	bool autoLogPageVisit
)
Public Sub New ( 
	type As String,
	element As String,
	value As String,
	autoLogPageVisit As Boolean
)
Parameters
- type
 - Type: SystemString
 - element
 - Type: SystemString
 - value
 - Type: SystemString
 - autoLogPageVisit
 - Type: SystemBoolean
 
See Also