SlideShowPro Director
Album properties
Each album object has the following properties:
- id (integer)
- The album's unique ID in the database.
- name (string)
- The album name.
- description (string)
- The album description.
- audio (string)
- The full HTTP path to the album's audio file, if set.
- audio_caption (string)
- The audio caption.
- place_taken (string)
- The provide place taken, as entered on the album settings screen.
- date_taken (string)
- The provide date taken, as entered on the album settings screen.
- tags (string)
- Assigned tags for this album.
- smart (integer)
- If the album is a smart album, this returns 1. Otherwise, returns 0.
- created (timestamp)
- The date and time the gallery was created.
- modified (timestamp)
- The date and time the gallery was last updated.
- creator (object)
- User object containing information on the user who created the album.
- updater (object)
- User object containing information on the user who last updated the album.
- preview (object)
- Object containing the the URL, width and height of the album preview. You must specify a preview format in order for the preview to be returned.
- contents (array)
- The album's content.
Page last modified by bdaily on October 20, 2009, at 09:05 AM