Click or drag to resize

FoundContributor Constructor

Response child class from the GlobalNameSearch API method. The SearchResults class contains a collection of FoundContributor.

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public FoundContributor(
	string Name,
	string Role
)

Parameters

Name  String

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

Role  String

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

See Also