  | HoarderServiceClientListContributorsInverted Method | 
            Gets an array of inverted contributors.
            
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.22
Syntaxpublic Task<InvertContributor[]> ListContributorsInverted(
	bool showDiscarded = true
)
Parameters
- showDiscarded  Boolean  (Optional)
 - True to include names in discarded titles.
 
Return Value
TaskInvertContributorA 
InvertContributor array.
Remarks
            The returned objects contain an inverted list of contributor names as the key, and a child set of Title Ids that reference the contributor.
            
See Also