nsINavHistoryVisitResultNode
From MDC
This article covers features introduced in Firefox 3
The nsINavHistoryVisitResultNode interface describes a result from a RESULT_TYPE_VISIT query on the Places service. It describes a visit to an entry; you can use it to determine the date and time of the last time the user visited a particular page, for example.
This interface provides the session ID so that it's possible to group items from the same session together.
Contents |
nsINavHistoryVisitResultNode is defined in toolkit/components/places/public/nsINavHistoryService.idl. It is scriptable and
unfrozen (hasn't changed since Mozilla 1.9).
Inherits from: nsINavHistoryResultNode
[edit] Attributes
| Attribute | Type | Description |
sessionId
| long long
| The session ID of the visit, used for session grouping when a tree view is sorted by date. |