import "nsINavHistoryService.idl";
Inherits nsINavHistoryContainerResultNode.

Public Member Functions | |
| void | getQueries (out unsigned long queryCount,[retval, array, size_is(queryCount)] out nsINavHistoryQuery queries) |
Public Attributes | |
| readonly attribute nsINavHistoryQueryOptions | queryOptions |
| readonly attribute long long | folderItemId |
Note that if you request places to *not* be expanded in the options that generated this node, this item will report it has no children and never try to populate itself.
Definition at line 402 of file nsINavHistoryService.idl.
| void nsINavHistoryQueryResultNode::getQueries | ( | out unsigned long | queryCount, | |
| [retval, array, size_is(queryCount)] out nsINavHistoryQuery | queries | |||
| ) |
Get the queries which build this node's children. Only valid for RESULT_TYPE_QUERY nodes.
| readonly attribute long long nsINavHistoryQueryResultNode::folderItemId |
For both simple folder nodes and simple-folder-query nodes, this is set to the concrete itemId of the folder. Otherwise, this is set to -1.
Definition at line 421 of file nsINavHistoryService.idl.
| readonly attribute nsINavHistoryQueryOptions nsINavHistoryQueryResultNode::queryOptions |
Get the options which group this node's children. Only valid for RESULT_TYPE_QUERY nodes.
Definition at line 415 of file nsINavHistoryService.idl.
1.5.8