 | HoarderServiceClient.ListRandomTitles Method |
Lists random titles.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic Task<Title[]> ListRandomTitles(
int count = 20,
bool? discarded = true
)
Parameters
- count Int32 (Optional)
- The number of random titles to return.
- discarded Nullable<Boolean> (Optional)
- True to include discarded titles in the results.
Return Value
Task<Title[]>A non-empty
Title array.
See Also