doogal.co.uk Home
            Looks up track 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
Syntaxpublic static Track LookupTrack(
	string link
)
Public Shared Function LookupTrack ( 
	link As String
) As Track
public:
static Track^ LookupTrack(
	String^ link
)
static member LookupTrack : 
        link : string -> Track 
Parameters
- link
- Type: SystemString
 The Spotify HTTP link or Spotify URI.
Return Value
Type: 
TrackThe track details
 See Also
See Also