Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_SiteHostedPictureDetailsType.h
Trading_SiteHostedPictureDetailsType.m

Overview

     Type defining the <b>SiteHostedPictureDetails</b> container that is returned  

in an UploadSiteHostedPictures call.

@ingroup EBayAPIInterface

Tasks

  •   pictureName
             Corresponds to the PictureName input value that you specified in the request.  
             You can use the PictureName output field to confirm that the  
             UploadSiteHostedPictures response corresponds to a specific  
             UploadSiteHostedPictures request.  
    
    property
  •   pictureSet
             The size of images generated. This value may differ from the one requested,  
             e.g. if a Supersize image cannot be generated.  
    
    property
  •   pictureFormat
             The format into which an uploaded picture has been converted.  
             This value is usually JPG, but may be GIF.  
    
    property
  •   fullURL
             The URL for the uploaded picture.  
             Store this value for association with an item listing.  
             That is, after you use UploadSiteHostedPictures to upload an image,  
             use the value in FullURL to associate the image with an item  
             (specify the value in Item.PictureDetails.PictureURL in  
             AddItem, ReviseItem, or RelistItem) prior to the UseByDate returned in the   
             response.  
    
    property
  •   baseURL
             Truncated version of FullURL.  
    
    property
  •   pictureSetMember
             URL and size information for each generated and stored size.  
             This data is not necessarily needed by your application,  
             but is provided for use in picture previews.  
             This data is used for display control for specific pictures in the generated imageset.  
             This data is supplied for all generated pictures.  
    
    property
  •   externalPictureURL
       The URL for an external picture hosting website will be included in the  
    

    response, if it is provided in the UploadSiteHostedPictures request.




    Providing an external picture-hosting URL will allow you to include a
    picture in your listing that is not hosted on the eBay servers.

    property
  •   useByDate
         The UseByDate is the last date that the picture can be associated  
         with an item.  
         <br>  
    



    If the image is used in a listing, the image is kept for 90 days
    plus the duration length of the listing (e.g. 90 + 7). If the image
    is used in another listing while it is still being kept on the
    server, the image will be kept until 90 days after the end of the
    newest listing.

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_SiteHostedPictureDetailsType.h

baseURL

         Truncated version of FullURL.  
@property (nonatomic, retain) NSString *baseURL

Discussion

         Truncated version of FullURL.  

type : NSString, wrapper for primitive string

Declared In

Trading_SiteHostedPictureDetailsType.h

externalPictureURL

   The URL for an external picture hosting website will be included in the  

response, if it is provided in the UploadSiteHostedPictures request.




Providing an external picture-hosting URL will allow you to include a
picture in your listing that is not hosted on the eBay servers.

@property (nonatomic, retain) NSString *externalPictureURL

Discussion

   The URL for an external picture hosting website will be included in the  

response, if it is provided in the UploadSiteHostedPictures request.




Providing an external picture-hosting URL will allow you to include a
picture in your listing that is not hosted on the eBay servers.

type : NSString, wrapper for primitive string

Declared In

Trading_SiteHostedPictureDetailsType.h

fullURL

         The URL for the uploaded picture.  
         Store this value for association with an item listing.  
         That is, after you use UploadSiteHostedPictures to upload an image,  
         use the value in FullURL to associate the image with an item  
         (specify the value in Item.PictureDetails.PictureURL in  
         AddItem, ReviseItem, or RelistItem) prior to the UseByDate returned in the   
         response.  
@property (nonatomic, retain) NSString *fullURL

Discussion

         The URL for the uploaded picture.  
         Store this value for association with an item listing.  
         That is, after you use UploadSiteHostedPictures to upload an image,  
         use the value in FullURL to associate the image with an item  
         (specify the value in Item.PictureDetails.PictureURL in  
         AddItem, ReviseItem, or RelistItem) prior to the UseByDate returned in the   
         response.  

type : NSString, wrapper for primitive string

Declared In

Trading_SiteHostedPictureDetailsType.h

pictureFormat

         The format into which an uploaded picture has been converted.  
         This value is usually JPG, but may be GIF.  
@property (nonatomic, retain) NSString *pictureFormat

Discussion

         The format into which an uploaded picture has been converted.  
         This value is usually JPG, but may be GIF.  

type: string constant in Trading_PictureFormatCodeType.h

Declared In

Trading_SiteHostedPictureDetailsType.h

pictureName

         Corresponds to the PictureName input value that you specified in the request.  
         You can use the PictureName output field to confirm that the  
         UploadSiteHostedPictures response corresponds to a specific  
         UploadSiteHostedPictures request.  
@property (nonatomic, retain) NSString *pictureName

Discussion

         Corresponds to the PictureName input value that you specified in the request.  
         You can use the PictureName output field to confirm that the  
         UploadSiteHostedPictures response corresponds to a specific  
         UploadSiteHostedPictures request.  

type : NSString, wrapper for primitive string

Declared In

Trading_SiteHostedPictureDetailsType.h

pictureSet

         The size of images generated. This value may differ from the one requested,  
         e.g. if a Supersize image cannot be generated.  
@property (nonatomic, retain) NSString *pictureSet

Discussion

         The size of images generated. This value may differ from the one requested,  
         e.g. if a Supersize image cannot be generated.  

type: string constant in Trading_PictureSetCodeType.h

Declared In

Trading_SiteHostedPictureDetailsType.h

pictureSetMember

         URL and size information for each generated and stored size.  
         This data is not necessarily needed by your application,  
         but is provided for use in picture previews.  
         This data is used for display control for specific pictures in the generated imageset.  
         This data is supplied for all generated pictures.  
@property (nonatomic, retain) NSMutableArray *pictureSetMember

Discussion

         URL and size information for each generated and stored size.  
         This data is not necessarily needed by your application,  
         but is provided for use in picture previews.  
         This data is used for display control for specific pictures in the generated imageset.  
         This data is supplied for all generated pictures.  

entry type : class Trading_PictureSetMemberType

Declared In

Trading_SiteHostedPictureDetailsType.h

useByDate

     The UseByDate is the last date that the picture can be associated  
     with an item.  
     <br>  



If the image is used in a listing, the image is kept for 90 days
plus the duration length of the listing (e.g. 90 + 7). If the image
is used in another listing while it is still being kept on the
server, the image will be kept until 90 days after the end of the
newest listing.

@property (nonatomic, retain) NSDate *useByDate

Discussion

     The UseByDate is the last date that the picture can be associated  
     with an item.  
     <br>  



If the image is used in a listing, the image is kept for 90 days
plus the duration length of the listing (e.g. 90 + 7). If the image
is used in another listing while it is still being kept on the
server, the image will be kept until 90 days after the end of the
newest listing.

type : NSDate, wrapper for primitive date

Declared In

Trading_SiteHostedPictureDetailsType.h