Class Album

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll

Represents a logical collection grouping of related media information.

C#
Copy
public class Album
Inheritance
object
Album

Properties

View Source

AlbumArtPath

Gets the path to the album art.

Declaration
C#
Copy
public string AlbumArtPath { get; }
Property Value
Type Description
string

The path to the album art.

See Also
View Source

Artist

Gets the artist name of the album.

Declaration
C#
Copy
public string Artist { get; }
Property Value
Type Description
string

The artist name.

See Also
View Source

Id

Gets the ID of the album.

Declaration
C#
Copy
public int Id { get; }
Property Value
Type Description
int

The unique ID of the album.

See Also
View Source

Name

Gets the name of the album.

Declaration
C#
Copy
public string Name { get; }
Property Value
Type Description
string

The album name.

See Also

Methods

View Source

ToString()

Returns a string representation of the album.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
string

A string representation of the current album.

Overrides
object.ToString()
See Also

See Also