Class BookInfo
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Represents the book information for the media.
public class BookInfo : MediaInfo
- Inheritance
Properties
View SourceAuthor
Gets the author of the book.
Declaration
public string Author { get; }
Property Value
Type | Description |
---|---|
string | The author. |
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. |
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. |
Subject
Gets the subject of the book.
Declaration
public string Subject { get; }
Property Value
Type | Description |
---|---|
string | The subject. |