  | HoarderServiceClientListTitlesByContributorName 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.22
Syntaxpublic Task<Title[]> ListTitlesByContributorName(
	NameListParameters parameters
)
Parameters
- parameters  NameListParameters
 - Parameters for the list.
 
Return Value
TaskTitleA 
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