Changeset 3834 for extensions/PiwigoLib/TestPiwigoLib
- Timestamp:
- Sep 7, 2009, 2:46:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/PiwigoLib/TestPiwigoLib/Form1.cs
r3827 r3834 48 48 49 49 //List<PwgTag> lstTag = PwgTagsService.GetAdminListOfTag(); 50 Int32 Page = 0;51 Int32 PerPage = 0;52 Int32 Count = 0;53 50 54 List<PwgImage> lstImg = PwgTagsService.GetListOfImagesFormTags(new List<Int32>() { 1, 7 },55 null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,56 ref Page, ref PerPage, ref Count);51 //Int32 Page = 0; 52 //Int32 PerPage = 0; 53 //Int32 Count = 0; 57 54 58 Console.WriteLine("lstImg : Page " + Page.ToString() + " PerPage " + PerPage); 55 //List<PwgImage> lstImg = PwgTagsService.GetListOfImagesFormTags(new List<Int32>() { 1, 7 }, 56 // null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 57 // ref Page, ref PerPage, ref Count); 58 59 //Console.WriteLine("lstImg : Page " + Page.ToString() + " PerPage " + PerPage); 60 61 List<PwgCategory> lstCat = PwgCategoriesService.GetAdminListOfCategory(); 62 59 63 60 64 sess = PwgSessionService.Logout();
Note: See TracChangeset
for help on using the changeset viewer.