Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
PlaySong Method (configString, doNotPlayIfAlreadyExist)
NamespacesGenesyslab.Desktop.Modules.Core.SoundsIJukeboxPlaySong(String, Boolean)
Plays a song.
Declaration Syntax
C#Visual BasicVisual C++
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)