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 |
public array getInfo()
public boolean setLicense(string photo_id, numeric license_id)
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.