 | HoarderServiceClient.ListPicturesInverted Method |
Gets an array of inverted pictures.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic 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