Click or drag to resize

IHoarderServiceClientListTitlesByLegacyId Method

[Missing <summary> documentation for "M:Orthogonal.Hoarder.StdLib.IHoarderServiceClient.ListTitlesByLegacyId(System.Int32)"]


Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.30
Syntax
C#
Task<Title[]> ListTitlesByLegacyId(
	int legacyId
)

Parameters

legacyId  Int32

[Missing <param name="legacyId"/> documentation for "M:Orthogonal.Hoarder.StdLib.IHoarderServiceClient.ListTitlesByLegacyId(System.Int32)"]

Return Value

TaskTitle

[Missing <returns> documentation for "M:Orthogonal.Hoarder.StdLib.IHoarderServiceClient.ListTitlesByLegacyId(System.Int32)"]

See Also