Ignore:
Timestamp:
Sep 3, 2009, 4:03:22 PM (15 years ago)
Author:
bayral
Message:

get Tags List support

File:
1 edited

Legend:

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

    r3817 r3818  
    1111using Com.Piwigo.Lib.Service;
    1212using Com.Piwigo.Lib.DTO;
     13using Com.Piwigo.Lib.Proxy.Response;
    1314
    1415
     
    4041                Console.WriteLine("user : " + sess.UserName + " " + sess.Status);
    4142
    42                 List<PwgTag> lstTag = PwgTagsService.GetListOfPwgTag(false);
     43                List<PwgTag> lstTag = PwgTagsService.GetAdminListOfTag();
    4344
    4445                sess = PwgSessionService.Logout();
Note: See TracChangeset for help on using the changeset viewer.