Click or drag to resize

TrackerLogVisit Method (String, String, String)

Logs new resource visit.

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public bool LogVisit(
	string ownerID,
	string group,
	string element
)

Parameters

ownerID
Type: SystemString
Resource owner identity.
group
Type: SystemString
Resource group.
element
Type: SystemString
Resource identity.

Return Value

Type: Boolean
Value indicating whether visit has been successfully logged.
See Also