Looks up the artist 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 Artist LookupArtist(
	string link
)
Visual Basic (Declaration)
Public Shared Function LookupArtist ( _
	link As String _
) As Artist
Visual C++
public:
static Artist^ LookupArtist(
	String^ link
)

Parameters

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

Return Value

The artist details

Collapse imageSee Also