Click or drag to resize

HoarderServiceClient.ListPicturesInverted Method

Gets an array of inverted pictures.

Namespace: Orthogonal.Hoarder.StdLib
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public Task<InvertPicture[]> ListPicturesInverted()

Return Value

Task<InvertPicture[]>
A InvertPicture array.
Remarks

The returned objects contain an inverted list of picture blob names as the key, and a child set of Title Ids and attributes that reference the picture.

See Also