SearchSearchAlbums Method (String) |
doogal.co.uk Home
Searches Spotify for albums matching the specified search string.
Namespace: SpotifyAssembly: Spotify (in Spotify.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax public static SearchResults<Album> SearchAlbums(
string searchFor
)
Public Shared Function SearchAlbums (
searchFor As String
) As SearchResults(Of Album)
public:
static SearchResults<Album^>^ SearchAlbums(
String^ searchFor
)
static member SearchAlbums :
searchFor : string -> SearchResults<Album>
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