FlickrNet.Flickr.GroupsSearch C# (CSharp) Method

GroupsSearch() public method

Search the list of groups on Flickr for the text.
public GroupsSearch ( string text ) : GroupSearchResults
text string The text to search for.
return GroupSearchResults
        public GroupSearchResults GroupsSearch(string text)
        {
            return GroupsSearch(text, 0, 0);
        }

Same methods

Flickr::GroupsSearch ( string text, int page ) : GroupSearchResults
Flickr::GroupsSearch ( string text, int page, int perPage ) : GroupSearchResults
Flickr