Ignore:
Timestamp:
Jul 29, 2011, 6:05:05 PM (13 years ago)
Author:
bayral
Message:

MAj des truc existant et debut du upload de fichier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoLib/IService/IPwgImagesService.cs

    r7150 r11850  
    44    public interface IPwgImagesService
    55    {
    6         Com.Piwigo.Lib.DTO.PwgImageRate RateImage(int imageId, int imageRate);
     6        Com.Piwigo.Lib.DTO.PwgImageRate RateImage(Int32 imageId, Int32 imageRate);
     7        Boolean addImageByMultiPartForm(System.IO.FileInfo fileImage, Int32? imageId, Int32? categoryId, String imageName, String imageAuthor, String imageComment, Int32? imageLevel, String imageTags);
    78    }
    89}
Note: See TracChangeset for help on using the changeset viewer.