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



Searches Spotify for albums 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<Album> SearchAlbums(
	string searchFor
)

Parameters

searchFor
Type: SystemString
The album to search for.

Return Value

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