Description

Performs a query on the Current and adds the resultant nodes into a folder in the journal

Return Type

A McDBNode object.   The folder reference that contains the query results

Syntax

object.MakeQuery (pQuery, [eNodeRecurseMode])

The MakeQuery Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataNodes.
pQueryRequired. A McDBQuery object. The McDBQuery specifying the query to execute
eNodeRecurseModeOptional. A mcDBQueryMode enumeration, as described in settings.

Settings

The settings for eNodeRecurseMode are:

ConstantValueDescription
 mcdbShallow0

The McDBNode and its immediate Children

 mcdbRecursive1

The McDBNode and all of its descendants

 mcdbNoForeign2

Do not include foreign references [bit flag]

 mcdbShallowNoForeign2

The McDBNode and all of its non-foreign children

 mcdbRecursiveNoForeign3

The McDBNode and all of its non-foreign descendants

 mcdbNoLinks4

Do not follow symbolic links [bit flag]

 mcdbShallowNoLinks4

The McDBNode and its immediate children for which it is the primary parent

 mcdbRecursiveNoLinks5

The McDBNode and all of its descendants that can be reached without following a symbolic link

 mcdbShallowNoForeignNoLinks6

The McDBNode and its immeidate Children that are neither foreign nor symbolically linked

 mcdbRecursiveNoForeignNoLinks7

The McDBNode and all of its descendants that are neither foreign nor symbolically linked

 mcdbLocal8

The McDBNode only

Remarks

The object stored in the node must have a object handler registered for the it's class