Description Adds a McDBNode path reference to this object's collection.
-
Return Type
-
A McDataNodeRef object. A McDataNodeRef reference pointing to the new McDataNodeRef. Failure Returns Nothing.
-
Syntax
-
object.Add (sFullNodePath)
The Add Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataNodeRefs. | | sFullNodePath | Required. A String value. Fully qualified path identifying a McDBNode to add to the collection. | Remarks MethodAttributes NONE.
|