/// <summary> /// As a separate operation, the user can add directories that will be searched for media files /// to be added to the media tree control. This list of resultsets is returned to the caller. /// </summary> /// <returns>The list of resultsets</returns> private List <SearchPathResultSet> GetMediaPathList() { SearchPathResultSet rs = new SearchPathResultSet(); SearchPathDao <SearchPathResultSet> data = new SearchPathDao <SearchPathResultSet>(rs, rs.TableName); return(data.GetAllResults()); }