- NeonScriptArtist ArtistById(Int32 artistId)  JS compatibleReturns an artist by ID.ParametersName Description artistId The artist id 
- NeonScriptArtist ArtistByName(String artist)  JS compatibleReturns an artist by name.ParametersName Description artist The name of the artist 
- Task CommitAllChanges(NeonScriptArtist artist)  JS compatibleCommits all changes made to the artist.ParametersName Description artist NeonScriptArtist 
- Task CommitAllChanges(IEnumerable<NeonScriptArtist> artists) Commits all changes made to the artists in the list.ParametersName Description artists List of NeonScriptArtist 
- void SetArtistAsFavourite(NeonScriptArtist artist, Boolean isFavourite)  JS compatibleSets the specified artist as favourite or not.ParametersName Description artist The artist to set value for isFavourite True or false 
- IEnumerable<NeonScriptTrack> TracksForArtist(NeonScriptArtist artist)  JS compatibleReturns all tracks for a given artist.ParametersName Description artist The artist to get the tracks for 
- IEnumerable<NeonScriptTrack> TracksForArtistAsync(NeonScriptArtist artist) Returns all tracks for a given artist. (async version)ParametersName Description artist The artist to get the tracks for 
Scripting - Artists Print
 Created by: Mikael Stalvik 
 
	
	Modified on: Mon, 27 Oct, 2025 at 7:14 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.
	