Class Album

    Definition

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

    Represents a logical collection grouping of related media information.

    public class Album
    Inheritance
    object
    Album

    Properties

    View Source

    AlbumArtPath

    Gets the path to the album art.

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

    The path to the album art.

    See Also
    AlbumCommand
    View Source

    Artist

    Gets the artist name of the album.

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

    The artist name.

    See Also
    AlbumCommand
    View Source

    Id

    Gets the ID of the album.

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

    The unique ID of the album.

    See Also
    AlbumCommand
    View Source

    Name

    Gets the name of the album.

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

    The album name.

    See Also
    AlbumCommand

    Methods

    View Source

    ToString()

    Returns a string representation of the album.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string representation of the current album.

    Overrides
    object.ToString()
    See Also
    AlbumCommand

    See Also

    AlbumCommand
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX