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