Table of Contents

TTMSFNCCloudGooglePhotosAlbum Class

Represents a single photo album, holding its identifier, title, cover image, and contained photos.

API unit family: TMSFNCCloudGooglePhotos Inherits from: TCollectionItem

Syntax

TTMSFNCCloudGooglePhotosAlbum = class(TCollectionItem)

Properties

Name Description
ID The unique identifier of the album as assigned by the service.
ImageURL The base URL of the album cover photo.
ItemsCount The number of media items reported to be in the album.
Photos The collection of photos that belong to this album.
Title The display title of the album.
URL The product URL where the album can be viewed.

Methods

Name Description
FromJSON Populates the album fields from a JSON album object returned by the service.
GetOwner Returns the object that owns this album item.
GetPhotos Requests the photos contained in this album and fills the Photos collection.