Description
Adds a visibly opened McDBNode to the Journal.
-
Return Type
-
A McDBNode object. The McDBNode exposing the link when successful.
Failure Returns Nothing.
Failure conditions:
* pdbnodeOpened is a child of the HistoryFolder.
* DataManager.AddNode failed
* No HistoryFolder.
* File does Not exist
-
Syntax
-
object.AddNodeLink (pdbnodeOpened)
The AddNodeLink Method syntax has these parts:
|
| object | An expression evaluating to an object of type McDataJournal. |
| pdbnodeOpened | Required. A McDBNode object. The McDBNode to add to the Journal's current history folder. |
Remarks
The Data property of the create Journal mcdbnode will be linked to the pdbnodeOpened using the
mcdatnam_ShareData linkage mechanism. This function should be called when open command is executed
on a McDBNode exposing visible content. A Setting exists to allow the HistoryFolder McDBNode instances
to be reused or overwritten when a simular AddNodeLink operation is executed.