Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_GetProductFinderXSLRequestType.h
Trading_GetProductFinderXSLRequestType.m

Overview

This type is deprecated as the call is no longer available.

@ingroup EBayAPIInterface

Tasks

  •   fileName

    The name of the XSL file to retrieve. If not specified, the call
    returns the latest versions of all available XSL files.
    Currently, this call only retrieves the product_finder.xsl file.
    FileName is an optional input.

    property
  •   fileVersion

    The desired version of the XSL file. Required if FileName is specified.
    If not specified, the call returns the latest versions of all
    available XSL files that could be returned by the call.
    (Currently, this call only retrieves the product_finder.xsl file.)
    This is not a filter for retrieving changes to the XSL file.

    property

Properties

fileName

The name of the XSL file to retrieve. If not specified, the call
returns the latest versions of all available XSL files.
Currently, this call only retrieves the product_finder.xsl file.
FileName is an optional input.

@property (nonatomic, retain) NSString *fileName

Discussion

The name of the XSL file to retrieve. If not specified, the call
returns the latest versions of all available XSL files.
Currently, this call only retrieves the product_finder.xsl file.
FileName is an optional input.

type : NSString, wrapper for primitive string

Declared In

Trading_GetProductFinderXSLRequestType.h

fileVersion

The desired version of the XSL file. Required if FileName is specified.
If not specified, the call returns the latest versions of all
available XSL files that could be returned by the call.
(Currently, this call only retrieves the product_finder.xsl file.)
This is not a filter for retrieving changes to the XSL file.

@property (nonatomic, retain) NSString *fileVersion

Discussion

The desired version of the XSL file. Required if FileName is specified.
If not specified, the call returns the latest versions of all
available XSL files that could be returned by the call.
(Currently, this call only retrieves the product_finder.xsl file.)
This is not a filter for retrieving changes to the XSL file.

type : NSString, wrapper for primitive string

Declared In

Trading_GetProductFinderXSLRequestType.h