Click or drag to resize

HoarderServiceClient.ListTitlesByLegacyId Method

Lists titles with a legacy Int32 Id from previous databases.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public 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