ISDBPlaylist::CreateChildPlaylist: Difference between revisions

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


Creates a new sub-playlists of this playlist with the given Title. Reference to the newly created playlist is returned.
Creates a new sub-playlists of this playlist with the given Title. Reference to the newly created playlist is returned.
If playlist with same Title already exists, then reference to the existing playlist is returned.


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

Latest revision as of 14:36, 26 July 2013

CoClass SDBPlaylist, Interface ISDBPlaylist

Function CreateChildPlaylist(Title As String) As Object


Parameters

Name Type Description
Title String Title of the playlist to be created.


Method description

Creates a new sub-playlists of this playlist with the given Title. Reference to the newly created playlist is returned. If playlist with same Title already exists, then reference to the existing playlist is returned.