Class BookInfo

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll
API Level:
9

Represents the book information for the media.

C#
Copy
public class BookInfo : MediaInfo
Inheritance
System.Object
BookInfo

Properties

View Source

Author

Gets the author of the book.

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

The author.

API Level: 9
View Source

DatePublished

Gets the published date, formatted as a string.

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

The published date.

API Level: 9
View Source

Publisher

Gets the publisher of the book.

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

The publisher.

API Level: 9
View Source

Subject

Gets the subject of the book.

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

The subject.

API Level: 9