Click or drag to resize

IHoarderServiceClientListUniqueContributorNames Method

[Missing <summary> documentation for "M:Orthogonal.Hoarder.StdLib.IHoarderServiceClient.ListUniqueContributorNames(System.Boolean)"]


Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.30
Syntax
C#
Task<string[]> ListUniqueContributorNames(
	bool showDiscarded = true
)

Parameters

showDiscarded  Boolean  (Optional)

[Missing <param name="showDiscarded"/> documentation for "M:Orthogonal.Hoarder.StdLib.IHoarderServiceClient.ListUniqueContributorNames(System.Boolean)"]

Return Value

TaskString

[Missing <returns> documentation for "M:Orthogonal.Hoarder.StdLib.IHoarderServiceClient.ListUniqueContributorNames(System.Boolean)"]

See Also