 | HoarderServiceClient.ListTitlesByLegacyId 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.9
Syntaxpublic Task<Title[]> ListTitlesByLegacyId(
int legacyId
)
Parameters
- legacyId Int32
- Legacy database Int32 Id.
Return Value
Task<Title[]>A
Title array that may be zero length but not null.
See Also