MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
InsertItem Method (filePath, index)
NamespacesMPfm.SoundPlaylistInsertItem(String, Int32)
Inserts an item at a specific location in the playlist.
Declaration Syntax
C#Visual Basic
public void InsertItem(
	string filePath,
	int index
)
Public Sub InsertItem ( _
	filePath As String, _
	index As Integer _
)
Parameters
filePath (String)
Audio file path
index (Int32)
The item will be inserted before this index

Assembly: MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)