FlickrNet.Flickr.PhotosGetContactsPhotos C# (CSharp) Method

PhotosGetContactsPhotos() public method

Gets the most recent 10 photos from your contacts.
public PhotosGetContactsPhotos ( ) : Photos
return Photos
        public Photos PhotosGetContactsPhotos()
        {
            return PhotosGetContactsPhotos(0, false, false, false);
        }

Same methods

Flickr::PhotosGetContactsPhotos ( long count ) : Photos
Flickr::PhotosGetContactsPhotos ( long count, bool justFriends, bool singlePhoto, bool includeSelf ) : Photos
Flickr