setEntryNode script operation
Returns the entry node with the given path relative to given entry node. If the path is not already built, a NULL will be returned. Use the Entry::setEntryAttrib script operation to create a path that might not exist.
Deprecated: This script operation is deprecated and scheduled to be removed. Use the getEntryNode script operation instead.
Format: ObjectOriented
Type: method
Syntax
EntryNode EntryNode::setEntryNode(String sPath)
Parameters
Type | Name | Description | Is required? | Is array? |
---|---|---|---|---|
EntryNode | operatesOn | true | false | |
String | sPath | true | false |
Return values
Return value: EntryNode
Is array: false