FlickrNet.Flickr.TagsGetListUserPopular C# (CSharp) Method

TagsGetListUserPopular() public method

Get the popular tags for a given user (or the currently logged in user).
public TagsGetListUserPopular ( ) : Tag[]
return Tag[]
        public Tag[] TagsGetListUserPopular()
        {
            return TagsGetListUserPopular(null, 0);
        }

Same methods

Flickr::TagsGetListUserPopular ( int count ) : Tag[]
Flickr::TagsGetListUserPopular ( string userId ) : Tag[]
Flickr::TagsGetListUserPopular ( string userId, long count ) : Tag[]
Flickr