  | InvertContributor Constructor | 
            Response from the ListContributorsInverted API method.
            
Namespace: Orthogonal.Hoarder.StdLib.DTOAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.22
Syntaxpublic InvertContributor(
	string Name,
	InvertTitle[] Titles
)
Parameters
- Name  String
 - The contributor name.
 - Titles  InvertTitle
 - An array of titles referencing the contributor Name.
 
See Also