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.9
Syntax
C#
public InvertContributor(
	string Name,
	InvertTitle[] Titles
)

Parameters

Name  String

[Missing <param name="Name"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.InvertContributor.#ctor(System.String,Orthogonal.Hoarder.StdLib.DTO.InvertTitle[])"]

Titles  InvertTitle

[Missing <param name="Titles"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.InvertContributor.#ctor(System.String,Orthogonal.Hoarder.StdLib.DTO.InvertTitle[])"]

See Also