AlbumInfo Constructor
Initializes a new instance of the
AlbumInfo class.
Namespace: DevCase.ThirdParty.FreeHardMusicAssembly: 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
)
Public Sub New (
id As String,
uri As Uri,
artist As String,
title As String,
country As String,
genre As String,
year As String,
downloadLinks As IList(Of String)
)
Dim id As String
Dim uri As Uri
Dim artist As String
Dim title As String
Dim country As String
Dim genre As String
Dim year As String
Dim downloadLinks As IList(Of String)
Dim instance As New AlbumInfo(id, uri,
artist, title, country, genre, year,
downloadLinks)
public:
AlbumInfo(
String^ id,
Uri^ uri,
String^ artist,
String^ title,
String^ country,
String^ genre,
String^ year,
IList<String^>^ downloadLinks
)
new :
id : string *
uri : Uri *
artist : string *
title : string *
country : string *
genre : string *
year : string *
downloadLinks : IList<string> -> AlbumInfo
No code example is currently available or this language may not be supported.
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.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
HtmlAgilityPack