AlbumInfo Constructor

Initializes a new instance of the AlbumInfo class.

Definition

Namespace: DevCase.ThirdParty.FreeHardMusic
Assembly: DevCase.net48.ThirdParty.FreeHardMusic (in DevCase.net48.ThirdParty.FreeHardMusic.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public AlbumInfo(
	string id,
	Uri uri,
	string artist,
	string title,
	string country,
	string genre,
	string year,
	IList<string> downloadLinks
)

Parameters

id  String
The album identifier>.
uri  Uri
The album Uri.
artist  String
The artist name.
title  String
The album title.
country  String
The country of the band/artist.
genre  String
The music genre.
year  String
The year that the album has been released.
downloadLinks  IListString
The urls to download the album. It can be a single url, or multiple of them.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

HtmlAgilityPack

See Also