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



Looks up track 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 Track LookupTrack(
	string link
)

Parameters

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

Return Value

Type: Track
The track details
See Also