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

Overview

(public class)

@ingroup EBayAPIInterface

Tasks

  •   subscriptionLevel

    This type is deprecated as Pictures Manager was retired.

    property
  •   storageUsed

    The amount of storage already in use. Measured in bytes. Read-only value.

    property
  •   totalStorageAvailable

    The amount of storage space remaining in the authenticated user’s album.
    Measured in bytes. Read-only value.

    property
  •   keepOriginal

    Whether to keep a copy of the original picture without resizing.
    Default is false. true = keep originals.

    property
  •   watermarkEPS

    Whether to show the EPS watermark when photos are displayed.
    Default is false. true = show.

    property
  •   watermarkUserID

    Whether to show the user ID watermark when photos are displayed.
    Default is false. true = show.

    property
  •   folder

    The folder requested in the album.

    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_PictureManagerDetailsType.h

folder

The folder requested in the album.

@property (nonatomic, retain) NSMutableArray *folder

Discussion

The folder requested in the album.

entry type : class Trading_PictureManagerFolderType

Declared In

Trading_PictureManagerDetailsType.h

keepOriginal

Whether to keep a copy of the original picture without resizing.
Default is false. true = keep originals.

@property (nonatomic, retain) NSNumber *keepOriginal

Discussion

Whether to keep a copy of the original picture without resizing.
Default is false. true = keep originals.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_PictureManagerDetailsType.h

storageUsed

The amount of storage already in use. Measured in bytes. Read-only value.

@property (nonatomic, retain) NSNumber *storageUsed

Discussion

The amount of storage already in use. Measured in bytes. Read-only value.

type : NSNumber, wrapper for primitive int

Declared In

Trading_PictureManagerDetailsType.h

subscriptionLevel

This type is deprecated as Pictures Manager was retired.

@property (nonatomic, retain) NSString *subscriptionLevel

Discussion

This type is deprecated as Pictures Manager was retired.

type: string constant in Trading_PictureManagerSubscriptionLevelCodeType.h

Declared In

Trading_PictureManagerDetailsType.h

totalStorageAvailable

The amount of storage space remaining in the authenticated user’s album.
Measured in bytes. Read-only value.

@property (nonatomic, retain) NSNumber *totalStorageAvailable

Discussion

The amount of storage space remaining in the authenticated user’s album.
Measured in bytes. Read-only value.

type : NSNumber, wrapper for primitive int

Declared In

Trading_PictureManagerDetailsType.h

watermarkEPS

Whether to show the EPS watermark when photos are displayed.
Default is false. true = show.

@property (nonatomic, retain) NSNumber *watermarkEPS

Discussion

Whether to show the EPS watermark when photos are displayed.
Default is false. true = show.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_PictureManagerDetailsType.h

watermarkUserID

Whether to show the user ID watermark when photos are displayed.
Default is false. true = show.

@property (nonatomic, retain) NSNumber *watermarkUserID

Discussion

Whether to show the user ID watermark when photos are displayed.
Default is false. true = show.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_PictureManagerDetailsType.h