 | HoarderServiceClient.ListTitlesByContributorName Method |
Lists titles containing a specified name as one of the contributors.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic 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
RemarksThe name is the full name of a title contributor such as André Previn, AC/DC or Beach Boys, The.
See Also