Description Returns a McDBNode Reference stored for a particular File (memory instance).
-
Return Type
-
A Boolean value. A McDBNode with pointing to the related journal instance. Failure Returns Nothing. Failure conditions: Implementation defined.
-
Syntax
-
object.FileToJournalNode (sDisplayName, pOverridden, sFileName, sFolderPath, lAncestorLevel, ppdbnodeJournal)
The FileToJournalNode Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataHandler. | | sDisplayName | Required. A String value. | | pOverridden | Required. An IUnknown object. | | sFileName | Required. A String value. The given filename .
sFolderPath : The folder path of the file.
lAncestorLevel (0) : Uses the Parent level in McDataManager.GetDBNode function. | | sFolderPath | Required. A String value. | | lAncestorLevel | Required. A Long value. | | ppdbnodeJournal | Required. A McDBNode object. | Remarks The McDBNode Reference should be a child of todays journal history folder.
|