FlickrNet.Flickr.TagsGetListUser C# (CSharp) Method

TagsGetListUser() public method

Get the tag list for a given user (or the currently logged in user).
public TagsGetListUser ( ) : Tag[]
return Tag[]
        public Tag[] TagsGetListUser()
        {
            return TagsGetListUser(null);
        }

Same methods

Flickr::TagsGetListUser ( string userId ) : Tag[]
Flickr