  | HoarderServiceClientListTitlesByLegacyId Method | 
            Lists titles with a legacy Int32 Id from previous databases.
            
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.22
Syntaxpublic Task<Title[]> ListTitlesByLegacyId(
	int legacyId
)
Parameters
- legacyId  Int32
 - Legacy database Int32 Id.
 
Return Value
TaskTitleA 
Title array that may be zero length but not null.
See Also