 | HoarderServiceClient.ListPicMetaShort Method |
Gets short metadata for picture blobs.
Namespace: Orthogonal.Hoarder.StdLibAssembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntaxpublic Task<PicMetaShort[]> ListPicMetaShort(
int? max = null
)
Parameters
- max Nullable<Int32> (Optional)
- Maximum return count (for testing only).
Return Value
Task<PicMetaShort[]>An PicMetaShort object array.
See Also