| TrackerLogVisit Method (IResource) |
Logs the visit of the specified resource.
Namespace:
Dynamicweb.Analytics
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public bool LogVisit(
IResource resource
)
Public Function LogVisit (
resource As IResource
) As Boolean
Parameters
- resource
- Type: Dynamicweb.Analytics.GoalsIResource
Resource that has been visited.
Return Value
Type:
BooleanValue indicating whether visit has been successfully logged.
See Also