Click or drag to resize

IHoarderServiceClientListRandomTitles Method

[Missing <summary> documentation for "M:Orthogonal.Hoarder.StdLib.IHoarderServiceClient.ListRandomTitles(System.Int32,System.Nullable{System.Boolean})"]


Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.30
Syntax
C#
Task<Title[]> ListRandomTitles(
	int count = 20,
	bool? discarded = true
)

Parameters

count  Int32  (Optional)

[Missing <param name="count"/> documentation for "M:Orthogonal.Hoarder.StdLib.IHoarderServiceClient.ListRandomTitles(System.Int32,System.Nullable{System.Boolean})"]

discarded  NullableBoolean  (Optional)

[Missing <param name="discarded"/> documentation for "M:Orthogonal.Hoarder.StdLib.IHoarderServiceClient.ListRandomTitles(System.Int32,System.Nullable{System.Boolean})"]

Return Value

TaskTitle

[Missing <returns> documentation for "M:Orthogonal.Hoarder.StdLib.IHoarderServiceClient.ListRandomTitles(System.Int32,System.Nullable{System.Boolean})"]

See Also