Click or drag to resize
Search Class
doogal.co.uk Home



Class providing static methods to search the Spotify music database
Inheritance Hierarchy
SystemObject
  SpotifySearch

Namespace: Spotify
Assembly: Spotify (in Spotify.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax
public static class Search

The Search type exposes the following members.

Methods
  NameDescription
Public methodStatic memberLookupAlbum
Looks up the album details for the specified Spotify HTTP link or Spotify URI.
Public methodStatic memberLookupArtist
Looks up the artist details for the specified Spotify HTTP link or Spotify URI.
Public methodStatic memberLookupTrack
Looks up track details for the specified Spotify HTTP link or Spotify URI.
Public methodStatic memberSearchAlbums(String)
Searches Spotify for albums matching the specified search string.
Public methodStatic memberSearchAlbums(String, Int32)
Searches Spotify for albums matching the specified search string.
Public methodStatic memberSearchArtists(String)
Searches Spotify for artists matching the specified search string.
Public methodStatic memberSearchArtists(String, Int32)
Searches Spotify for artists matching the specified search string.
Public methodStatic memberSearchTracks(String)
Searches Spotify for tracks matching the specified search string.
Public methodStatic memberSearchTracks(String, Int32)
Searches Spotify for tracks matching the specified search string.
Top
See Also