Click or drag to resize

HoarderServiceClient.ListRandomTitles Method

Lists random titles.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public 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