Click or drag to resize

HoarderServiceClientListTitles Method

Gets a list of titles that match a set of combined filters.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntax
C#
public Task<Title[]> ListTitles(
	ListTitleParameters parameters
)

Parameters

parameters  ListTitleParameters
A ListTitleParameters class containing all of the filter values.

Return Value

TaskTitle
A serialized array of Title records that match the filter values.
See Also