Trading_ListingDesignerType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_ListingDesignerType.h Trading_ListingDesignerType.m |
Overview
Contains the IDs for the Listing Designer theme and template (if either are
used) associated with an item, which can optionally be used to enhance the
appearance of the item’s description. Cannot be used with Photo Display.
@ingroup EBayAPIInterface
Tasks
-
layoutID
Identifies the Layout template to use when displaying the
property
item’s description. Call GetDescriptionTemplates for valid IDs.
Set to false in GetDescriptionTemplates (or do not specify
LayoutID) to get the standard layout. If a Listing Designer
layout is used (except standard layout), PhotoDisplayType must
be false (or not be specified).
When relisting an item, LayoutID is removed from the listing if you specify
ListingDesignerType without LayoutID. Alternatively, to remove this value
when revising or relisting an item, use DeletedField. -
optimalPictureSize
If true, indicates that the item’s picture will be enlarged to fit description
property
of the item. -
themeID
ID for the Listing Designer theme template to use when
property
displaying the item’s description.
When relisting, if you specify ListingDesignerType without
ThemeID, ThemeID is removed from the listing. Alternatively, to remove
this value when revising or relisting an item, use DeletedField. -
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_ListingDesignerType.h
layoutID
Identifies the Layout template to use when displaying the
item’s description. Call GetDescriptionTemplates for valid IDs.
Set to false in GetDescriptionTemplates (or do not specify
LayoutID) to get the standard layout. If a Listing Designer
layout is used (except standard layout), PhotoDisplayType must
be false (or not be specified).
When relisting an item, LayoutID is removed from the listing if you specify
ListingDesignerType without LayoutID. Alternatively, to remove this value
when revising or relisting an item, use DeletedField.
@property (nonatomic, retain) NSNumber *layoutID
Discussion
Identifies the Layout template to use when displaying the
item’s description. Call GetDescriptionTemplates for valid IDs.
Set to false in GetDescriptionTemplates (or do not specify
LayoutID) to get the standard layout. If a Listing Designer
layout is used (except standard layout), PhotoDisplayType must
be false (or not be specified).
When relisting an item, LayoutID is removed from the listing if you specify
ListingDesignerType without LayoutID. Alternatively, to remove this value
when revising or relisting an item, use DeletedField.
type : NSNumber, wrapper for primitive int
Declared In
Trading_ListingDesignerType.h
optimalPictureSize
If true, indicates that the item’s picture will be enlarged to fit description
of the item.
@property (nonatomic, retain) NSNumber *optimalPictureSize
Discussion
If true, indicates that the item’s picture will be enlarged to fit description
of the item.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ListingDesignerType.h
themeID
ID for the Listing Designer theme template to use when
displaying the item’s description.
When relisting, if you specify ListingDesignerType without
ThemeID, ThemeID is removed from the listing. Alternatively, to remove
this value when revising or relisting an item, use DeletedField.
@property (nonatomic, retain) NSNumber *themeID
Discussion
ID for the Listing Designer theme template to use when
displaying the item’s description.
When relisting, if you specify ListingDesignerType without
ThemeID, ThemeID is removed from the listing. Alternatively, to remove
this value when revising or relisting an item, use DeletedField.
type : NSNumber, wrapper for primitive int
Declared In
Trading_ListingDesignerType.h