Ignore:
Timestamp:
Sep 17, 2009, 11:14:31 PM (15 years ago)
Author:
bayral
Message:

support for pwg.images.rate

File:
1 edited

Legend:

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

    r3837 r3861  
    6565                //List<PwgCategory> lstCat = PwgCategoriesService.GetAdminListOfCategory();
    6666
    67                 Int32 newid = 0;
    68                 String msg = String.Empty;
    69                 Boolean rc = PwgCategoriesService.AddCategory("test_cat", 1, ref  newid, ref msg);
    70                 Console.WriteLine(String.Format("newid : {0} message : {1}", newid,msg));
    71                 rc = PwgCategoriesService.UpdateCategoryInfo(newid, "test2", "rename cat");
     67                //Int32 newid = 0;
     68                //String msg = String.Empty;
     69                //Boolean rc = PwgCategoriesService.AddCategory("test_cat", 1, ref  newid, ref msg);
     70                //Console.WriteLine(String.Format("newid : {0} message : {1}", newid,msg));
     71                //rc = PwgCategoriesService.UpdateCategoryInfo(newid, "test2", "rename cat");
    7272
     73                PwgImageRate imgRate = PwgImagesService.RateImage(1, 5);
    7374
    7475                sess = PwgSessionService.Logout();
Note: See TracChangeset for help on using the changeset viewer.