eBay::API::XML::DataType::PictureSetMemberType - eBay::API::XML::DataType::PictureSetMemberType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::DataType::PictureSetMemberType

DESCRIPTION

Top

URL and size information for each generated and stored size. This data is provided for use in application previews of pictures. This data is used for display control for specific pictures in the generated imageset. This container is supplied for all generated pictures.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::DataType::PictureSetMemberType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

Top

setMemberURL()

URL for the picture.

# Argument: 'xs:anyURI'

getMemberURL()

  Calls: UploadSiteHostedPictures
  Returned: Always

# Returns: 'xs:anyURI'

setPictureHeight()

Height of the picture in pixels.

# Argument: 'xs:int'

getPictureHeight()

  Calls: UploadSiteHostedPictures
  Returned: Always

# Returns: 'xs:int'

setPictureWidth()

Width of the picture in pixels.

# Argument: 'xs:int'

getPictureWidth()

  Calls: UploadSiteHostedPictures
  Returned: Always

# Returns: 'xs:int'


eBay-API documentation  | view source Contained in the eBay-API distribution.