 | HoarderServiceClient.ListTitlesByPictureBlobName Method |
Lists titles containing a specified blob name as one of the pictures.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic Task<Title[]> ListTitlesByPictureBlobName(
NameListParameters parameters
)
Parameters
- parameters NameListParameters
- Parameters for the list.
Return Value
Task<Title[]>A
Title array that may be zero length but not null.
Exceptions
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