I am having problems with something that i thought should be fairly simple to do. Updating an image in an ImageGallery.
Adding a new image is easy enough but i havent found a way of acctualy updating an image. There is an UpdateImage metod on the ImageGalleryHandler but i havent found any way if actually getting an existing image, updating the image itself and then Sending it to the UpdateImage method in the ImageGallleryHandler. The Image object dosent seem to have any way of updating the acctual image.
I have solved it by removing the old image and adding a new one for now, but im a bit curious on how to do it in a nicer way.
I am having problems with something that i thought should be fairly simple to do. Updating an image in an ImageGallery.
Adding a new image is easy enough but i havent found a way of acctualy updating an image. There is an UpdateImage metod on the ImageGalleryHandler but i havent found any way if actually getting an existing image, updating the image itself and then Sending it to the UpdateImage method in the ImageGallleryHandler. The Image object dosent seem to have any way of updating the acctual image.
I have solved it by removing the old image and adding a new one for now, but im a bit curious on how to do it in a nicer way.
Regards
Andreas