doogal.co.uk Home
            Looks up the album details for the specified Spotify HTTP link or Spotify URI.
            
 
Namespace: SpotifyAssembly: Spotify (in Spotify.dll) Version: 1.0.2.0 (1.0.2.0)
 Syntax
Syntaxpublic static Album LookupAlbum(
	string link
)
Public Shared Function LookupAlbum ( 
	link As String
) As Album
public:
static Album^ LookupAlbum(
	String^ link
)
static member LookupAlbum : 
        link : string -> Album 
Parameters
- link
- Type: SystemString
 The Spotify HTTP link or Spotify URI.
Return Value
Type: 
AlbumThe album details
 See Also
See Also