Interface IAlbum

The Album object contains info about a user's albums in Microsoft SkyDrive. Albums are stored at the root level of a user's SkyDrive directory, and can contain combinations of photos, videos, audio, files, and folders. The Live Connect REST API supports reading Album objects. Use the wl.photos scope to read a user's Album objects. Use the wl.skydrive scope to read a user's files. Use the wl.contacts_photos scope to read any albums, photos, videos, and audio that other users have shared with the user.

Index

Properties

Properties

public client_updated_time: string

The time, in ISO 8601 format, that the file was last updated.

public count: number

The total number of items in the album.

public created_time: string

The time, in ISO 8601 format, at which the album was created.

public description: string

A description of the album, or null if no description is specified.

public from: IUserInfo

Info about the user who authored the album.

public id: string

The Album object's ID.

public is_embeddable: boolean

A value that indicates whether this album can be embedded. If this album can be embedded, this value is true; otherwise, it is false.

public link: string

A URL of the album, hosted in SkyDrive.

public name: string

The name of the album.

public parent_id: string

The resource ID of the parent.

public shared_with: ISharedWith

The object that contains permissions info for the album. Requires the wl.skydrive scope.

public type: string

The type of object; in this case, "album".

public updated_time: string

The time, in ISO 8601 format, that the system updated the album last.

public upload_location: string

The URL to upload items to the album, hosted in SkyDrive. Requires the wl.skydrive scope.