예제 #1
0
 public System.Threading.Tasks.Task <AccountAdminSite.ApplicationImagesService.DataAccessResponseType> DeleteGalleryImageAsync(string accountId, string objectType, string objectId, string groupNameKey, string formatNameKey, int imageIndex, string requesterId, AccountAdminSite.ApplicationImagesService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.DeleteGalleryImageAsync(accountId, objectType, objectId, groupNameKey, formatNameKey, imageIndex, requesterId, requesterType, sharedClientKey));
 }
예제 #2
0
 public AccountAdminSite.ApplicationImagesService.DataAccessResponseType DeleteImageRecord(string accountId, string objectType, string objectId, string groupNameKey, string formatNameKey, string requesterId, AccountAdminSite.ApplicationImagesService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.DeleteImageRecord(accountId, objectType, objectId, groupNameKey, formatNameKey, requesterId, requesterType, sharedClientKey));
 }
예제 #3
0
 public AccountAdminSite.ApplicationImagesService.DataAccessResponseType ReorderImageRecordGallery(string accountId, string objectType, string objectId, string groupNameKey, string formatNameKey, int[] imageIndexOrder, string requesterId, AccountAdminSite.ApplicationImagesService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.ReorderImageRecordGallery(accountId, objectType, objectId, groupNameKey, formatNameKey, imageIndexOrder, requesterId, requesterType, sharedClientKey));
 }
예제 #4
0
 public AccountAdminSite.ApplicationImagesService.DataAccessResponseType UpdateImageRecordGalleryDescription(string accountId, string objectType, string objectId, string groupNameKey, string formatNameKey, int imageIndex, string newDescription, string requesterId, AccountAdminSite.ApplicationImagesService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.UpdateImageRecordGalleryDescription(accountId, objectType, objectId, groupNameKey, formatNameKey, imageIndex, newDescription, requesterId, requesterType, sharedClientKey));
 }
예제 #5
0
 public System.Threading.Tasks.Task <AccountAdminSite.ApplicationImagesService.DataAccessResponseType> UpdateImageRecordDescriptionAsync(string accountId, string objectType, string objectId, string groupNameKey, string formatNameKey, string newDescription, string requesterId, AccountAdminSite.ApplicationImagesService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.UpdateImageRecordDescriptionAsync(accountId, objectType, objectId, groupNameKey, formatNameKey, newDescription, requesterId, requesterType, sharedClientKey));
 }
예제 #6
0
 public System.Threading.Tasks.Task <AccountAdminSite.ApplicationImagesService.DataAccessResponseType> ProcessImageAsync(string accountId, AccountAdminSite.ApplicationImagesService.ImageProcessingManifestModel imageManifest, AccountAdminSite.ApplicationImagesService.ImageCropCoordinates imageCropCoordinates, string requesterId, AccountAdminSite.ApplicationImagesService.RequesterType requesterType, AccountAdminSite.ApplicationImagesService.ImageEnhancementInstructions imageEnhancementInstructions, string sharedClientKey)
 {
     return(base.Channel.ProcessImageAsync(accountId, imageManifest, imageCropCoordinates, requesterId, requesterType, imageEnhancementInstructions, sharedClientKey));
 }