ISDBSongList::UpdateAll: Difference between revisions

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


For all tracks in the list updates DB entries, i.e. writes any modifications back to DB. Also all tags are updated accordingly, but only if the option is turned on if Options dialog (by default it is).
For all tracks in the list updates DB entries, i.e. writes any modifications back to DB. Also all tags are updated accordingly, but only if the option is turned on if Options dialog (by default it is).
=== Related Topics ===
*[[ISDBSongData::UpdateDB]]
*[[ISDBSongData::WriteTags]]


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

Revision as of 20:43, 11 October 2011

CoClass SDBSongList, Interface ISDBSongList

Sub UpdateAll


Method description

For all tracks in the list updates DB entries, i.e. writes any modifications back to DB. Also all tags are updated accordingly, but only if the option is turned on if Options dialog (by default it is).

Related Topics