Gallery
New in 19.1.0
GetGalleryPowerGradeAlbums()
Return Type: [galleryStillAlbum]
Returns the gallery PowerGrade albums as a list of GalleryStillAlbum objects.
CreateGalleryStillAlbum()
Return Type: galleryStillAlbum
Returns a newly created Still album (GalleryStillAlbum object), or None if not successful.
CreateGalleryPowerGradeAlbum()
Return Type: galleryStillAlbum
Returns a newly created PowerGrade album (GalleryStillAlbum object), or None if not successful.
GetAlbumName(galleryStillAlbum)
Return Type: string
Returns the name of the GalleryStillAlbum object 'galleryStillAlbum'.
GetCurrentStillAlbum()
Return Type: galleryStillAlbum
Returns current album as a GalleryStillAlbum object.
GetGalleryStillAlbums()
Return Type: [galleryStillAlbum]
Returns the gallery still albums as a list of GalleryStillAlbum objects.
SetAlbumName(galleryStillAlbum, albumName)
Return Type: Bool
Sets the name of the GalleryStillAlbum object 'galleryStillAlbum' to 'albumName
SetCurrentStillAlbum(galleryStillAlbum)
Return Type: Bool
Sets current album to GalleryStillAlbum object 'galleryStillAlbum'.