Click or drag to resize
Album Class
doogal.co.uk Home



Class providing details of an album available on Spotify
Inheritance Hierarchy

Namespace: Spotify
Assembly: Spotify (in Spotify.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax
public class Album : SpotifyItem

The Album type exposes the following members.

Constructors
  NameDescription
Public methodAlbum
Initializes a new instance of the Album class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Inherited from SpotifyItem.)
Top
Properties
  NameDescription
Public propertyArtist
Gets the artist who recorded this album.
Public propertyAvailableInTerritories
Gets the list of territories that the album is available in.
Public propertyName
Gets the name of the item.
(Inherited from SpotifyItem.)
Public propertyPopularity
Gets a number between 0 and 1 that signifies how popular the item is.
(Inherited from SpotifyItem.)
Public propertyReleased
Gets the year the album was released. For some types of searches, this will not be returned.
Public propertyUrl
Gets the Spotify URL for the item.
(Inherited from SpotifyItem.)
Top
See Also