 | 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.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntaxpublic Task<TitleListItem[]> ListTitleItems(
ListTitleParameters parameters
)
Parameters
- parameters ListTitleParameters
- A ListTitleParameters class containing all of the filter values.
Return Value
TaskTitleListItemA serialized array of
TitleListItem records that match the filter values.
See Also