Click or drag to resize
SearchSearchArtists Method (String)
doogal.co.uk Home



Searches Spotify for artists matching the specified search string.

Namespace: Spotify
Assembly: Spotify (in Spotify.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax
public static SearchResults<Artist> SearchArtists(
	string searchFor
)

Parameters

searchFor
Type: SystemString
The artist to search for.

Return Value

Type: SearchResultsArtist
A list of matching artists and information about the total number of results available
See Also