Click or drag to resize

HoarderServiceClient.ListTitlesByContributorName Method

Lists titles containing a specified name as one of the contributors.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public Task<Title[]> ListTitlesByContributorName(
	NameListParameters parameters
)

Parameters

parameters  NameListParameters
Parameters for the list.

Return Value

Task<Title[]>
A Title array that may be zero length but not null.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if parameters is null.
Remarks

The name is the full name of a title contributor such as André Previn, AC/DC or Beach Boys, The.

See Also