Plays a song.

Declaration Syntax
void PlaySong(
string configString,
bool doNotPlayIfAlreadyExist
)
Sub PlaySong ( _
configString As String, _
doNotPlayIfAlreadyExist As Boolean _
)
void PlaySong(
String^ configString,
bool doNotPlayIfAlreadyExist
)

Parameters
- configString (String)
- The configuration string.
- doNotPlayIfAlreadyExist (Boolean)
- If set to true the song will not be played if the song already exist.
Assembly:
Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)