ISDBTree::ParentNode: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
Line 9: Line 9:


Returns parent node of the given node.
Returns parent node of the given node.
If the specified node is one of the top nodes (Now Playing, Library, ...), a 'parent' node with empty caption will be returned.


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Latest revision as of 19:00, 12 February 2008

CoClass SDBTree, Interface ISDBTree

Property Get ParentNode(Node As SDBTreeNode) As SDBTreeNode


Parameters

Name Type Description
Node SDBTreeNode Node whose parent we need.


Property description

Returns parent node of the given node.

If the specified node is one of the top nodes (Now Playing, Library, ...), a 'parent' node with empty caption will be returned.