FlickrNet.Flickr.GetCachePictures C# (CSharp) Method

GetCachePictures() public static method

Provides static access to the list of cached photos.
public static GetCachePictures ( ) : PictureCacheItem[]
return PictureCacheItem[]
        public static PictureCacheItem[] GetCachePictures()
        {
            return (PictureCacheItem[]) Cache.Downloads.ToArray(typeof(PictureCacheItem));
        }
Flickr