Dashboard > SmugMug > ... > API 1.2.0 > smugmug.images 1.2.0 > smugmug.images.changeSettings 1.2.0
Log In   View a printable version of the current page.
SmugMug
smugmug.images.changeSettings 1.2.0
Added by David Parry , last edited by David Parry on Jan 18, 2008  (view change)
Labels: 
(None)

API Method: smugmug.images.changeSettings

This method updates specific settings for a given image specified by ImageID. If any of the parameters are missing or are empty strings "", they're ignored and the current settings are preserved. Otherwise, they're updated with the new settings. This method can be used to update Captions, Keywords, or to move an image from one Album to another.

Arguments:* String SessionID

  • int ImageID
  • struct
    • int "AlbumID"
    • String "Caption"
    • String "Keywords"
    • Boolean "Hidden"

Result:* boolean "Image"

Fault Codes:* 4 - "invalid user"

  • 5 - "system error"
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators