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)

Collapse imageSyntax

C#
public static Track LookupTrack(
	string link
)
Visual Basic (Declaration)
Public Shared Function LookupTrack ( _
	link As String _
) As Track
Visual C++
public:
static Track^ LookupTrack(
	String^ link
)

Parameters

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

Return Value

The track details

Collapse imageSee Also