Description Performs Open Verb on the given Node.
-
Return Type
-
A Boolean value. A Boolean with value True when the operation is successful. Failure Returns False. Failure conditions: Implementation defined.
-
Syntax
-
object.NodeOpen (sDisplayName, pOverridden, pdatanodesCaller, plNodesLeft, pdbnode, sFileFolderPath, bVisible, pUnknown)
The NodeOpen 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. | | pdatanodesCaller | Required. A McDataNodes object. | | plNodesLeft | Required. A Long value. | | pdbnode | Required. A McDBNode object. The Database Node to open.
sFileFolderPath : The filesystem folder base path to which the file may be retrieved. (Used for mcdatnsm_StoreCopyFileName storage mode).
bVisible : When True the object should be displayed in the GUI (when Applicable).
pUnknown : A reference to the created object or Nothing. | | sFileFolderPath | Required. A String value. | | bVisible | Required. A Boolean value. | | pUnknown | Required. An IUnknown object. | Remarks The object will be displayed in the GUI when bVisible is True (providing the object has a plug-in)
|