 | HoarderServiceClientListPicturesInverted Method |
Gets an array of inverted pictures.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.17
Syntaxpublic Task<InvertPicture[]> ListPicturesInverted()
Return Value
TaskInvertPictureA
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