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



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)
Syntax
public static Artist LookupArtist(
	string link
)

Parameters

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

Return Value

Type: Artist
The artist details
See Also