Click or drag to resize

HoarderServiceClientListTitleItems Method

Gets a list of title items that match a set of combined filters. The return records are a 'narrow' version of a Title record and only contain the most commonly used properties.

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

Parameters

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

Return Value

TaskTitleListItem
A serialized array of TitleListItem records that match the filter values.
See Also