|
| object | An expression evaluating to an object of type McDataJournal. |
| pdbnodeDatabase | Required. A McDBNode object. The Database (not in the Journal) McDBNode reference to be found in the Journal. |
| dDaysToSearch | Optional. A Double value. Additional criteria based on the modified time of the searched object. When 0, no timely criteria is used.
The sign of the value ignored so that the magnitude is always into the past. Integral values specify inclusive date only criteria (1 is today).
Non-Integral values specify time from right now in days. Therefore 1/24 would specify objects modified in the last hour. |
| sAttributeName | Optional. A String value. Additional attribute name(s) to be added to the criteria. The values are tested for equality (mcdbEQ) from vAttributeValue or pdbnodeDatabase.
Multiple string values may be specified delimited by null characters (vbNullChar) . |
| vAttributeValue | Optional. A Variant value. The value for sAttributeName. When not a string or numeric data the value(s) will be retrieved from pdbnodeDatabase.
Multiple string values may be specified delimited by null characters (vbNullChar) . |
| lLimitResultCount | Optional. A Long value. Not implemented at this time. |