SearchLookupArtist Method |
doogal.co.uk Home
Looks up the artist 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 public static Artist LookupArtist(
string link
)
Public Shared Function LookupArtist (
link As String
) As Artist
public:
static Artist^ LookupArtist(
String^ link
)
static member LookupArtist :
link : string -> Artist
Parameters
- link
- Type: SystemString
The Spotify HTTP link or Spotify URI.
Return Value
Type:
ArtistThe artist details
See Also