Documentation home page

CFlickr.photos.licenses
Component LicensesInterface

AbstractInterface
  |
  +--photos.licenses.LicensesInterface

Method Summary
public array getInfo()
public boolean setLicense(string photo_id, numeric license_id)
Sets the license for a photo.

Methods inherited from AbstractInterface
init
 

Method Detail

getInfo

public array getInfo()

setLicense

public boolean setLicense(string photo_id, numeric license_id)
Sets the license for a photo.

Parameters:
string photo_id (Required) - The photo to update the license for.
numeric license_id (Required) - The license to apply, or 0 (zero) to remove the current license.