eBay::API::XML::Call::GetPictureManagerDetails - eBay::API::XML::Call::GetPictureManagerDetails documentation


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

Index


NAME

Top

eBay::API::XML::Call::GetPictureManagerDetails

DESCRIPTION

Top

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::Call::GetPictureManagerDetails inherits from the eBay::API::XML::BaseCall class

Subroutines:

Top

setFolderID()

The ID of a folder in the user's Picture Manager album for which you want information. If you specify both FolderID and PictureURL, the picture must exist in the folder.

  RequiredInput: No
#    Argument: 'xs:int'

setPictureManagerDetailLevel()

The type of information you want returned, about pictures and folders, the account subscription, or both. Use this element rather than the generic DetailLevel element defined in AbstractRequestType. You can use the following values: ReturnAll, ReturnSubscription, or ReturnPicture.

PresentDetails: Yes

  RequiredInput: No
#    Argument: 'ns:PictureManagerDetailLevelCodeType'

setPictureURL()

The URL of a picture in the user's Picture Manager album. If you specify both FolderID and PictureURL, the picture must exist in the folder.

  RequiredInput: No
#    Argument: 'xs:string'

getPictureManagerDetails()

Contains details of the account settings, folders or pictures in the user's album, or both.

  Returned: Always
  Details: PictureManagerDetailLevel: none, ReturnSubscription, ReturnPicture, ReturnAll
#    Returns: 'ns:PictureManagerDetailsType'


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