Class BookInfo

    Definition

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

    Represents the book information for the media.

    public class BookInfo : MediaInfo
    Inheritance
    object
    MediaInfo
    BookInfo

    Properties

    View Source

    Author

    Gets the author of the book.

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

    The author.

    View Source

    DatePublished

    Gets the published date, formatted as a string.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string DatePublished { get; }
    Property Value
    Type Description
    string

    The published date.

    View Source

    Publisher

    Gets the publisher of the book.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API14.")]
    public string Publisher { get; }
    Property Value
    Type Description
    string

    The publisher.

    View Source

    Subject

    Gets the subject of the book.

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

    The subject.

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