| 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
)
Public Function LogVisit (
ownerID As String,
group As String,
element As String
) As Boolean
Parameters
- ownerID
- Type: SystemString
Resource owner identity. - group
- Type: SystemString
Resource group. - element
- Type: SystemString
Resource identity.
Return Value
Type:
BooleanValue indicating whether visit has been successfully logged.
See Also