| IVisitorTrackerLogVisit Method |
Namespace:
Dynamicweb.Frontend.Contracts
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax bool LogVisit(
string group,
string element,
string value,
bool autoLogPageVisit
)
Function LogVisit (
group As String,
element As String,
value As String,
autoLogPageVisit As Boolean
) As Boolean
Parameters
- group
- Type: SystemString
- element
- Type: SystemString
- value
- Type: SystemString
- autoLogPageVisit
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also