Click or drag to resize

HoarderServiceClientListTitlesByPictureBlobName Method

Lists titles containing a specified blob name as one of the pictures.

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

Parameters

parameters  NameListParameters
Parameters for the list.

Return Value

TaskTitle
A Title array that may be zero length but not null.
Remarks
The blob name is the full path of the blob in the Azure container. Example: 'Media Covers/LP/Housemartins, The - Caravan of Love (LPS Front).jpg'
See Also