Ignore:
Timestamp:
Sep 7, 2009, 3:54:31 PM (15 years ago)
Author:
bayral
Message:

Complete pwg.categories.* support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/TestPiwigoLib/Form1.cs

    r3834 r3835  
    4949                //List<PwgTag> lstTag = PwgTagsService.GetAdminListOfTag();
    5050
    51                 //Int32 Page = 0;
    52                 //Int32 PerPage = 0;
    53                 //Int32 Count = 0;
     51                Int32 Page = 0;
     52                Int32 PerPage = 0;
     53                Int32 Count = 0;
    5454
    5555                //List<PwgImage> lstImg = PwgTagsService.GetListOfImagesFormTags(new List<Int32>() { 1, 7 },
     
    5757                //    ref Page, ref PerPage, ref Count);
    5858
     59                List<PwgImage> lstImg = PwgCategoriesService.GetListOfImagesFormCategory(1,
     60                    null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
     61                    ref Page, ref PerPage, ref Count);
     62
    5963                //Console.WriteLine("lstImg : Page " + Page.ToString() + " PerPage " + PerPage);
    6064
    61                 List<PwgCategory> lstCat = PwgCategoriesService.GetAdminListOfCategory();
     65                //List<PwgCategory> lstCat = PwgCategoriesService.GetAdminListOfCategory();
    6266
    6367
Note: See TracChangeset for help on using the changeset viewer.