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)

Collapse imageSyntax

C#
public static Album LookupAlbum(
	string link
)
Visual Basic (Declaration)
Public Shared Function LookupAlbum ( _
	link As String _
) As Album
Visual C++
public:
static Album^ LookupAlbum(
	String^ link
)

Parameters

link
Type: System..::.String
The Spotify HTTP link or Spotify URI.

Return Value

The album details

Collapse imageSee Also