Click or drag to resize
SearchLookupAlbum Method
doogal.co.uk Home



Looks up the album details for the specified Spotify HTTP link or Spotify URI.

Namespace: Spotify
Assembly: Spotify (in Spotify.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax
public static Album LookupAlbum(
	string link
)

Parameters

link
Type: SystemString
The Spotify HTTP link or Spotify URI.

Return Value

Type: Album
The album details
See Also