Description
Returns McDBNode reference to a specified query history folder in the identities journal database.
-
Return Type
-
A McDBNode object. A McDBNode with pointing to the requested query journal history folder.
Failure Returns Nothing.
Failure conditions:
* GetQueryResultsFolder McDBNode does not exist
* GetQueryResultsFolder McDBNode.IsValid is False
-
Syntax
-
object.GetQueryResultsFolder (lInstancesBack)
The GetQueryResultsFolder Method syntax has these parts:
|
| object | An expression evaluating to an object of type McDataJournal. |
| lInstancesBack | Required. A Long value. |
Remarks
lInstancesBack Zero based daily offset from today where the value 1 is Yesterday.
The offset is will always be in the direction of the past. The absolute value will
be applied to negative values.