Description Returns McDBNode reference to a requested history folder in the identities journal database.
-
Return Type
-
A McDBNode object. A McDBNode pointing to the requested history folder. Failure Returns Nothing. A McDBNode with pointing to the requested journal history folder. Failure Returns Nothing.
-
Syntax
-
object.GetHistoryFolder (lInstancesBack)
The GetHistoryFolder Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataJournal. | | lInstancesBack | Required. A Long value. 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. |
|