Class BookInfo

Definition

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

Represents the book information for the media.

C#
Copy
public class BookInfo : MediaInfo
Inheritance
object
BookInfo

Properties

View Source

Author

Gets the author of the book.

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

The author.

View Source

DatePublished

Gets the published date, formatted as a string.

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

The published date.

View Source

Publisher

Gets the publisher of the book.

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

The publisher.

View Source

Subject

Gets the subject of the book.

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

The subject.