Ignore:
Timestamp:
Sep 29, 2011, 5:38:55 PM (13 years ago)
Author:
bayral
Message:

piwigo.upload retrieve data, and ready to upload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoLib/Proxy/Response/PwgCategoriesProxyResponse.cs

    r7160 r12262  
    88namespace Com.Piwigo.Lib.Proxy.Response
    99{
     10    //todo : admin list deifferent !!!!
     11//    <rsp stat="ok">
     12//<categories>
     13//    <category id="1" nb_images="34" total_nb_images="34" date_last="2011-04-12 00:39:03" max_date_last="2011-04-12 00:39:03" nb_categories="1" url="http://photo.bayral.fr/index.php?/category/1">
     14//        <name>2011 01 02 Dimanche au Ski</name>
     15//        <uppercats>1</uppercats>
     16//        <global_rank>1</global_rank>
     17//        <comment></comment></category>
     18//    <category id="12" nb_images="0" total_nb_images="0" nb_categories="0" url="http://photo.bayral.fr/index.php?/category/12">
     19//        <name>test</name>
     20//        <uppercats>1,12</uppercats>
     21//        <global_rank>1.1</global_rank>
     22//        <id_uppercat>1</id_uppercat>
     23//        <comment></comment></category>
     24//    <category id="2" nb_images="8" total_nb_images="8" date_last="2011-04-12 00:52:41" max_date_last="2011-04-12 00:52:41" nb_categories="0" url="http://photo.bayral.fr/index.php?/category/2">
     25//        <name>2010 12 Photos Noé Loic</name>
     26//        <uppercats>2</uppercats>
     27//        <global_rank>2</global_rank>
     28//        <comment></comment></category>
     29//    <category id="3" nb_images="99" total_nb_images="99" date_last="2011-04-12 23:59:28" max_date_last="2011-04-12 23:59:28" nb_categories="0" url="http://photo.bayral.fr/index.php?/category/3">
     30//        <name>2010 12 24-25 Noel</name>
     31//        <uppercats>3</uppercats>
     32//        <global_rank>3</global_rank>
     33//        <comment></comment></category>
     34//    <category id="5" nb_images="14" total_nb_images="14" date_last="2011-04-13 00:13:06" max_date_last="2011-04-13 00:13:06" nb_categories="0" url="http://photo.bayral.fr/index.php?/category/5">
     35//        <name>2010 11 Photos Noé Loic</name>
     36//        <uppercats>5</uppercats>
     37//        <global_rank>4</global_rank>
     38//        <comment></comment></category>
     39//    <category id="6" nb_images="45" total_nb_images="45" date_last="2011-04-13 22:59:49" max_date_last="2011-04-13 22:59:49" nb_categories="0" url="http://photo.bayral.fr/index.php?/category/6">
     40//        <name>2010 11 23 28 aniversaire Noé 4 ans Famille</name>
     41//        <uppercats>6</uppercats>
     42//        <global_rank>5</global_rank>
     43//        <comment></comment></category></categories>
     44//</rsp>
    1045    [Serializable()]
    1146    [XmlRoot(ElementName = "category")]
Note: See TracChangeset for help on using the changeset viewer.