Description Returns True when the given McDBNode is a valid Journal McDBNode.
-
Return Type
-
A Boolean value. True when given a valid McDBNode or any represented McDBNode in it's path that exists in the Journal Database. Failure conditions: * pdbnodeNode is not a McDBNode reference. * pdbnodeNode.IsValid returns False. * pdbnodeNode is not a McFolder. * pdbnodeNode does not have the attribute designating it to be a historic folder.
-
Syntax
-
object.IsJournalNode (pdbnodeNode, [bIncludeAliases])
The IsJournalNode Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataJournal. | | pdbnodeNode | Required. A McDBNode object. Suspicious mcdbNode which may be a Journal Node (versus a Database Node). | | bIncludeAliases | Optional. A Boolean value. Given False, pdbnodeNode itself must be in the Journal otherwise any McDBNode | Remarks This function will return True when the given McDBNode is not in the current Journal.Database.
|