Click or drag to resize

HoarderServiceClientListTitlesByContributorName 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.21
Syntax
C#
public Task<Title[]> ListTitlesByContributorName(
	NameListParameters parameters
)

Parameters

parameters  NameListParameters
Parameters for the list.

Return Value

TaskTitle
A Title array that may be zero length but not null.
Remarks
The name is the full name of a title contributor such as André Previn, AC/DC or Beach Boys, The.
See Also