SearchQuery(String, String, String) Constructor
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 SearchQuery(
string genre = "all",
string country = "all",
string year = "all"
)
Public Sub New (
Optional genre As String = "all",
Optional country As String = "all",
Optional year As String = "all"
)
Dim genre As String
Dim country As String
Dim year As String
Dim instance As New SearchQuery(genre, country,
year)
public:
SearchQuery(
String^ genre = L"all",
String^ country = L"all",
String^ year = L"all"
)
new :
?genre : string *
?country : string *
?year : string
(* Defaults:
let _genre = defaultArg genre "all"
let _country = defaultArg country "all"
let _year = defaultArg year "all"
*)
-> SearchQuery
No code example is currently available or this language may not be supported.
Parameters
- genre String (Optional)
-
The music genre. Default value is: "all"
- country String (Optional)
-
The country of the band/artist. Default value is: "all"
- year String (Optional)
-
The year that the album has been released. Default value is: "all"
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
HtmlAgilityPack