Click or drag to resize

InvertContributor Constructor

Response from the ListContributorsInverted API method.

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntax
C#
public InvertContributor(
	string Name,
	InvertTitle[] Titles
)

Parameters

Name  String
The contributor name.
Titles  InvertTitle
An array of titles referencing the contributor Name.
See Also