 | HoarderServiceClient.ListUniqueContributorNames Method |
Lists unique constributor names in all titles in the database.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic Task<string[]> ListUniqueContributorNames(
bool showDiscarded = true
)
Parameters
- showDiscarded Boolean (Optional)
- True to include names in discarded titles.
Return Value
Task<String[]>A
string array that may be zero length but not null.
See Also