Description Returns True when the given McDBNode is a valid History Folder McDBNode.
-
Return Type
-
A Boolean value. True when given a valid McDBNode that is being used for Journal history. 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.IsHistoryFolder (pdbnodeNode)
The IsHistoryFolder 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 History folder. | Remarks This function will return True when the given McDBNode is not in the current Journal.Database.
|